Searched refs:__WALL (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | newns.c | 46 while (waitpid(pid, NULL, __WALL) == EOF && errno == EINTR) in main()
|
D | tomoyo_filesystem_test.c | 578 while (waitpid(pid, &error, __WALL) == EOF && in main() 596 while (waitpid(pid, &error, __WALL) == EOF && in main() 613 while (waitpid(pid, &error, __WALL) == EOF && in main()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 49 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/include/sys/ |
D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 45 #define __WALL 0x40000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone301.c | 148 SAFE_WAITPID(pid, &status, __WALL); in run()
|