HomeSort by: relevance | last modified time | path
    Searched refs:P_ALL (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
idtype.h 43 P_ALL, /* All processes. */
  /src/tests/lib/libc/sys/
t_wait_noproc.c 75 "Test that waitid(2) returns ECHILD for P_ALL and option %s",
82 waitid(P_ALL, 0, NULL,
116 "Test that wait6(2) returns ECHILD for P_ALL and option %s",
123 wait6(P_ALL, 0, NULL,
241 "Test that waitid(2) returns ECHILD for P_ALL and valid "
255 waitid(P_ALL, 0, NULL, o | TWAIT_OPTION) == -1);
304 "Test that wait6(2) returns ECHILD for P_ALL and option %s",
317 wait6(P_ALL, 0, NULL, o | TWAIT_OPTION, NULL, NULL) == -1);
t_wait.c 60 ATF_REQUIRE(wait6(P_ALL, 0, &st, 0, &wru, &si) == -1
  /src/sys/kern/
kern_exit.c 717 idtype = P_ALL;
841 case P_ALL:
964 * using P_ALL here avoids match_process() doing the
968 if (match_process(parent, &pp, P_ALL, id, options,
  /src/tests/lib/libpthread/
t_cancellation.c 854 RL(waitid(P_ALL, 0, NULL, 0));
  /src/sys/compat/linux/common/
linux_misc.c 292 idtype = P_ALL;

Completed in 15 milliseconds