Searched refs:pipe_fork (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dsort.c867 pipe_fork (int pipefds[2], size_t tries) function
949 node->pid = pipe_fork (pipefds, MAX_FORK_TRIES_COMPRESS);
1012 switch (pipe_fork (pipefds, MAX_FORK_TRIES_DECOMPRESS))

Completed in 23 milliseconds