Home
last modified time | relevance | path

Searched refs:wait3 (Results 1 – 25 of 29) sorted by relevance

12

/external/compiler-rt/test/asan/TestCases/Posix/
Dwait3.cc20 res = wait3(status, WNOHANG, NULL); in main()
24 res = wait3(&good_status, WNOHANG, ru); in main()
/external/python/cpython2/Lib/test/
Dtest_wait3.py16 os.wait3
25 spid, status, rusage = os.wait3(os.WNOHANG)
/external/python/cpython3/Lib/test/
Dtest_wait3.py25 spid, status, rusage = os.wait3(os.WNOHANG)
/external/syslinux/core/
Dpxelinux.asm328 .wait3: call pollchar label
332 je .wait3
/external/tcpdump/lbl/
Dos-sunos4.h193 pid_t wait3(int *, int, struct rusage *);
/external/libpcap/lbl/
Dos-sunos4.h193 pid_t wait3(int *, int, struct rusage *);
/external/libvncserver/libvncclient/
Dlisten.c91 while ((pid= wait3(&status, WNOHANG, (struct rusage *)0))>0); in listenForIncomingConnections()
/external/autotest/client/tests/rmaptest/src/
Drmap-test.c249 pid = wait3(&status, 0, 0); in main()
/external/python/cpython3/Lib/test/eintrdata/
Deintr_tester.py96 self._test_wait_multiple(lambda: os.wait3(0))
/external/honggfuzz/docs/
DUSAGE.md203 …* A: The ptrace() API is more flexible when it comes to analyzing a process' crash. wait3/4() sysc…
/external/valgrind/memcheck/tests/darwin/
Dscalar.stderr.exp562 (171): old wait3
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1455 Two new functions, :func:`wait3` and :func:`wait4`, were added. They're similar
1457 a tuple of the process ID and its exit status, but :func:`wait3` and
1458 :func:`wait4` return additional information. :func:`wait3` doesn't take a
D3.5.rst525 :func:`~os.wait3`, :func:`~os.wait4`, :func:`~os.wait`,
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1455 Two new functions, :func:`wait3` and :func:`wait4`, were added. They're similar
1457 a tuple of the process ID and its exit status, but :func:`wait3` and
1458 :func:`wait4` return additional information. :func:`wait3` doesn't take a
/external/python/cpython2/
Dpyconfig.h.in902 /* Define to 1 if you have the `wait3' function. */
Dconfigure.ac3106 truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll _getpty)
Dconfigure10584 truncate uname unsetenv utimes waitpid wait3 wait4 wcscoll _getpty
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc1976 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/python/cpython3/
Dpyconfig.h.in1166 /* Define to 1 if you have the `wait3' function. */
Dconfigure.ac3414 truncate uname unlinkat unsetenv utimensat utimes waitid waitpid wait3 wait4 \
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3228 fun:wait3=uninstrumented
/external/python/cpython2/Doc/library/
Dos.rst2238 .. function:: wait3(options)
/external/python/cpython2/Modules/
Dposixmodule.c6196 pid = wait3(&status, options, &ru); in posix_wait3()
/external/python/cpython3/Modules/
Dposixmodule.c6774 pid = wait3(&status, options, &ru); in os_wait3_impl()
/external/python/cpython3/Doc/library/
Dos.rst3546 .. function:: wait3(options)

12