Home
last modified time | relevance | path

Searched refs:__WALL (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/security/tomoyo/
Dnewns.c46 while (waitpid(pid, NULL, __WALL) == EOF && errno == EINTR) in main()
Dtomoyo_filesystem_test.c578 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/
Dwait.h45 #define __WALL 0x40000000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h49 #define __WALL 0x40000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h45 #define __WALL 0x40000000 macro
/third_party/musl/include/sys/
Dwait.h45 #define __WALL 0x40000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h45 #define __WALL 0x40000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h45 #define __WALL 0x40000000 macro
/third_party/ltp/testcases/kernel/syscalls/clone3/
Dclone301.c148 SAFE_WAITPID(pid, &status, __WALL); in run()