OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wait3
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
wait.cpp
38
pid_t
wait3
(int* status, int options, struct rusage* rusage) {
function
/development/ndk/sources/android/libportable/arch-mips/
waitpid.c
92
pid_t WRAP(
wait3
)(int *status, int options, struct rusage *rusage)
function
99
rv = REAL(
wait3
)(status, options, rusage);
Completed in 1822 milliseconds