OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:waitpid
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_wait_noproc.c
58
ATF_TC(
waitpid
);
variable
59
ATF_TC_HEAD(
waitpid
, tc)
62
"Test that
waitpid
(2) returns ECHILD for WAIT_ANY and option %s",
66
ATF_TC_BODY(
waitpid
, tc)
68
ATF_REQUIRE_ERRNO(ECHILD,
waitpid
(WAIT_ANY, NULL, TWAIT_OPTION) == -1);
219
"Test that
waitpid
(2) returns ECHILD for WAIT_ANY and valid "
230
printf("Testing
waitpid
(2) with options %x\n", o);
233
waitpid
(WAIT_ANY, NULL, o | TWAIT_OPTION) == -1);
327
ATF_TP_ADD_TC(tp,
waitpid
);
/src/lib/libc/include/
namespace.h
806
#define
waitpid
_waitpid
macro
Completed in 27 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026