Home
last modified time | relevance | path

Searched refs:WIFCONTINUED (Results 1 – 11 of 11) sorted by relevance

/external/strace/
Dwait.c91 #ifdef WIFCONTINUED in printstatus()
92 else if (WIFCONTINUED(status)) { in printstatus()
DChangeLog1365 WIFCONTINUED status.
1367 * strace.c (print_debug_info) [WIFCONTINUED]: Remove.
25548 [WIFCONTINUED]: Add WIFCONTINUED support.
36337 * strace.c (trace): add ifdef/endif around WIFCONTINUED usage
/external/strace/tests/
Dwait4.c179 #if defined WCONTINUED && defined WIFCONTINUED in main()
181 assert(WIFCONTINUED(*s)); in main()
/external/strace/tests-m32/
Dwait4.c179 #if defined WCONTINUED && defined WIFCONTINUED in main()
181 assert(WIFCONTINUED(*s)); in main()
/external/strace/tests-mx32/
Dwait4.c179 #if defined WCONTINUED && defined WIFCONTINUED in main()
181 assert(WIFCONTINUED(*s)); in main()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py32 def WIFCONTINUED(stat): return (WWORD(stat)==WCONTFLG) function
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c234 #ifdef WIFCONTINUED in status_image()
235 if (WIFCONTINUED(status)) in status_image()
/external/mksh/src/
Djobs.c1341 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
1383 #if defined(WCONTINUED) && defined(WIFCONTINUED) in j_sigchld()
1384 if (WIFCONTINUED(status)) { in j_sigchld()
/external/python/cpython2/Modules/
Dposixmodule.c7303 #ifdef WIFCONTINUED
7318 return PyBool_FromLong(WIFCONTINUED(status)); in posix_WIFCONTINUED()
9078 #ifdef WIFCONTINUED
/external/python/cpython2/Doc/library/
Dos.rst2307 .. function:: WIFCONTINUED(status)
/external/valgrind/
DNEWS2030 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux)