Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c121 .options = WSTOPPED | WNOWAIT,
227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0) in setup6()
/third_party/musl/libc-test/src/api/
Dsys_wait.c24 C(WSTOPPED) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h43 #define WSTOPPED 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/ndk_musl_include/sys/
Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/include/sys/
Dwait.h39 #define WSTOPPED 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h39 #define WSTOPPED 2 macro
/third_party/boost/boost/process/detail/posix/
Dwait_group.hpp74 ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG); in wait_until()
/third_party/python/Modules/
Dposixmodule.c15197 #ifdef WSTOPPED in all_ins()
15198 if (PyModule_AddIntMacro(m, WSTOPPED)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst4294 :data:`WSTOPPED` or :data:`WCONTINUED` and additionally may be ORed with
4326 WSTOPPED