HomeSort by relevance Sort by last modified time
    Searched refs:WCONTINUED (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 11 WCONTINUED = 0010
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitflags.h 32 #define WCONTINUED 8 /* Report continued child. */
waitstatus.h 48 define this if <bits/waitflags.h> provides the WCONTINUED flag bit. */
49 #ifdef WCONTINUED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 32 #define WCONTINUED 8 /* Report continued child. */
waitstatus.h 48 define this if <bits/waitflags.h> provides the WCONTINUED flag bit. */
49 #ifdef WCONTINUED
  /bionic/libc/kernel/uapi/linux/
wait.h 25 #define WCONTINUED 0x00000008
  /external/kernel-headers/original/uapi/linux/
wait.h 9 #define WCONTINUED 0x00000008
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wait.h 8 #define WCONTINUED 0x00000008
  /external/strace/xlat/
wait4_options.h 39 #if defined(WCONTINUED) || (defined(HAVE_DECL_WCONTINUED) && HAVE_DECL_WCONTINUED)
40 XLAT(WCONTINUED),
  /bionic/tests/headers/posix/
sys_wait_h.c 34 MACRO(WCONTINUED);
  /external/ltp/testcases/kernel/syscalls/getrusage/
getrusage03.c 115 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED);
144 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED);
172 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED);
198 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED);
240 SAFE_WAITPID(cleanup, pid, &status, WUNTRACED | WCONTINUED);
getrusage03_child.c 98 while (waitpid(-1, &pid, WUNTRACED | WCONTINUED) > 0)
  /external/ltp/testcases/kernel/mem/ksm/
ksm05.c 83 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED);
  /external/ltp/testcases/kernel/mem/cpuset/
cpuset01.c 77 SAFE_WAITPID(child, &status, WUNTRACED | WCONTINUED);
158 while (waitpid(-1, &status, WUNTRACED | WCONTINUED) > 0) {
  /external/ltp/testcases/kernel/mem/tunable/
min_free_kbytes.c 75 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED);
120 SAFE_WAITPID(pid[i], &status, WUNTRACED | WCONTINUED);
  /external/strace/tests/
wait4.c 179 #if defined WCONTINUED && defined WIFCONTINUED
180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid);
182 tprintf("wait4(%d, [{WIFCONTINUED(s)}], WCONTINUED"
184 #endif /* WCONTINUED && WIFCONTINUED */
waitid.c 244 #if defined WCONTINUED
245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage))
247 tprintf("waitid(P_PID, %d, %s, WCONTINUED, %s) = 0\n",
249 #endif /* WCONTINUED */
  /external/strace/tests-m32/
wait4.c 179 #if defined WCONTINUED && defined WIFCONTINUED
180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid);
182 tprintf("wait4(%d, [{WIFCONTINUED(s)}], WCONTINUED"
184 #endif /* WCONTINUED && WIFCONTINUED */
waitid.c 244 #if defined WCONTINUED
245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage))
247 tprintf("waitid(P_PID, %d, %s, WCONTINUED, %s) = 0\n",
249 #endif /* WCONTINUED */
  /external/strace/tests-mx32/
wait4.c 179 #if defined WCONTINUED && defined WIFCONTINUED
180 assert(do_wait4(pid, s, WCONTINUED, rusage) == pid);
182 tprintf("wait4(%d, [{WIFCONTINUED(s)}], WCONTINUED"
184 #endif /* WCONTINUED && WIFCONTINUED */
waitid.c 244 #if defined WCONTINUED
245 if (do_waitid(P_PID, pid, sinfo, WCONTINUED, rusage))
247 tprintf("waitid(P_PID, %d, %s, WCONTINUED, %s) = 0\n",
249 #endif /* WCONTINUED */
  /external/ltp/testcases/kernel/syscalls/mmap/
mmap10.c 181 while (waitpid(-1, &n, WUNTRACED | WCONTINUED) > 0)
  /frameworks/av/media/audioserver/
main_audioserver.cpp 72 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 23 WCONTINUED = 0010
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 434 #ifdef WCONTINUED
435 if (ins(d, "WCONTINUED", (long)WCONTINUED)) return -1;

Completed in 1049 milliseconds

1 2 3 4