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

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitflags.h26 #define WNOHANG 1 /* Don't block waiting. */ macro
/haiku/headers/posix/sys/
H A Dwait.h14 #define WNOHANG 0x01 macro
/haiku/src/system/libroot/posix/sys/
H A Dwait.cpp37 // When not getting a child status when WNOHANG was specified, don't
39 if (child == B_WOULD_BLOCK && (options & WNOHANG) != 0)
/haiku/src/tests/system/network/
H A Dtcp_server.c27 while (waitpid(-1, NULL, WNOHANG) > 0) {
/haiku/src/system/libroot/posix/
H A Dspawn.cpp526 waitpid(pid, NULL, WNOHANG);
/haiku/src/system/kernel/
H A Dteam.cpp2575 if (status == B_WOULD_BLOCK && (flags & WNOHANG) == 0)
2592 if (status != B_WOULD_BLOCK || (flags & WNOHANG) != 0) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c3316 while (waitpid(-1, NULL, WNOHANG) > 0);

Completed in 71 milliseconds