Searched refs:P_ALL (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/ |
| HD | t_wait_noproc.c | 82 waitid(P_ALL, 0, NULL, in ATF_TC_BODY() 123 wait6(P_ALL, 0, NULL, in ATF_TC_BODY() 257 waitid(P_ALL, 0, NULL, o | TWAIT_OPTION) == -1); in ATF_TC_BODY() 319 wait6(P_ALL, 0, NULL, o | TWAIT_OPTION, NULL, NULL) == -1); in ATF_TC_BODY()
|
| HD | t_wait.c | 60 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1 in ATF_TC_BODY()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | procset.h | 74 P_ALL, /* All processes. */ enumerator
|
| /freebsd-11-stable/sys/sys/ |
| HD | wait.h | 114 P_ALL, /* All processes. */ enumerator
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_exit.c | 973 case P_ALL: in proc_to_reap() 1127 idtype = P_ALL; in kern_wait()
|
| /freebsd-11-stable/usr.bin/truss/ |
| HD | setup.c | 677 if (waitid(P_ALL, 0, &si, WTRAPPED | WEXITED) == -1) { in eventloop()
|
| /freebsd-11-stable/lib/libsysdecode/ |
| HD | flags.c | 306 X(P_ALL) X(P_LWPID) X(P_TASKID) X(P_PROJID) X(P_POOLID) X(P_JAILID)
|
| /freebsd-11-stable/sys/compat/linux/ |
| HD | linux_misc.c | 1067 idtype = P_ALL; in linux_waitid()
|