Searched refs:WNOWAIT (Results 1 – 12 of 12) sorted by relevance
23 C(WNOWAIT) in f()
42 #define WNOWAIT 0x1000000 macro
46 #define WNOWAIT 0x1000000 macro
121 .options = WSTOPPED | WNOWAIT,
172 n = waitid(P_PID, (id_t)lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap()
1200 * wait-process.c (wait_process): Use waitid with WNOWAIT if available,
15194 #ifdef WNOWAIT in all_ins()15195 if (PyModule_AddIntMacro(m, WNOWAIT)) return -1; in all_ins()
4295 :data:`WNOHANG` or :data:`WNOWAIT`. The return value is an object4327 WNOWAIT