Searched refs:wait3 (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | wait3.cc | 20 res = wait3(status, WNOHANG, NULL); in main() 24 res = wait3(&good_status, WNOHANG, ru); in main()
|
/external/syslinux/core/ |
D | pxelinux.asm | 328 .wait3: call pollchar label 332 je .wait3
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 195 pid_t wait3(int *, int, struct rusage *);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 195 pid_t wait3(int *, int, struct rusage *);
|
/external/libvncserver/libvncclient/ |
D | listen.c | 91 while ((pid= wait3(&status, WNOHANG, (struct rusage *)0))>0); in listenForIncomingConnections()
|
/external/autotest/client/tests/rmaptest/src/ |
D | rmap-test.c | 249 pid = wait3(&status, 0, 0); in main()
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.stderr.exp | 562 (171): old wait3
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 1976 INTERCEPTOR(int, wait3, int *status, int options, void *rusage) { 1978 COMMON_INTERCEPTOR_ENTER(ctx, wait3, status, options, rusage); 1982 int res = REAL(wait3)(status, options, rusage); 2024 COMMON_INTERCEPT_FUNCTION(wait3);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3228 fun:wait3=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 720 PUBLIC ab840 0 wait3
|