Home
last modified time | relevance | path

Searched refs:WNOWAIT (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/api/
Dsys_wait.c23 C(WNOWAIT) in f()
/third_party/musl/ndk_musl_include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h46 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h42 #define WNOWAIT 0x1000000 macro
/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c121 .options = WSTOPPED | WNOWAIT,
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c172 n = waitid(P_PID, (id_t)lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap()
/third_party/gettext/gnulib-local/lib/
DChangeLog.11200 * wait-process.c (wait_process): Use waitid with WNOWAIT if available,
/third_party/python/Modules/
Dposixmodule.c15194 #ifdef WNOWAIT in all_ins()
15195 if (PyModule_AddIntMacro(m, WNOWAIT)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst4295 :data:`WNOHANG` or :data:`WNOWAIT`. The return value is an object
4327 WNOWAIT