Home
last modified time | relevance | path

Searched refs:__wait4 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
H A Dthr_syscalls.c149 pid_t __wait4(pid_t, int *, int, struct rusage *);
700 __wait4(pid_t pid, int *istat, int options, struct rusage *rusage) in __wait4() function
712 __strong_reference(__wait4, wait4);
H A Dthr_init.c182 STATIC_LIB_REQUIRE(__wait4);
/dragonfly/lib/libthread_xu/
H A Dpthread.map30 __wait4;