Searched refs:P_ALL (Results 1 – 8 of 8) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/ |
D | process_test_054.cpp | 55 ret = waitid(P_ALL, getpgrp(), &info, -1); in TestCase() 59 ret = waitid(P_ALL, getpgrp(), &info, 0); in TestCase() 63 ret = waitid(P_ALL, getpgrp(), &info, 32); // 32, set exit num. in TestCase() 67 ret = waitid(P_ALL, getpgrp(), &info, WSTOPPED); in TestCase() 71 ret = waitid(P_ALL, getpgrp(), &info, WCONTINUED); in TestCase() 75 ret = waitid(P_ALL, getpgrp(), &info, WNOWAIT); in TestCase() 79 ret = waitid(P_ALL, getpgrp(), &info, 21); // 21, set exit num. in TestCase()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | wait.h | 17 #define P_ALL 0 macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | wait.h | 17 #define P_ALL 0 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | wait.h | 30 #define P_ALL 0 macro
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
D | process_test_055.cpp | 71 ret = waitid(P_ALL, getpgrp(), &info, WEXITED); in TestCase()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 163 waitpid(pid2, &status, P_ALL); in main()
|
/kernel/liteos_a/syscall/ |
D | process_syscall.c | 319 case P_ALL: in SysWaitid()
|
/kernel/linux/linux-5.10/kernel/ |
D | exit.c | 1499 case P_ALL: in kernel_waitid()
|