Searched refs:__WCLONE (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/bits/
H A Dwaitflags.h38 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/bits/
H A Dwaitflags.h38 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/bits/
H A Dwaitflags.h38 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dwait.h13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dwait.h13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dwait.h13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dgdb_wait.h102 /* For native GNU/Linux we may use waitpid and the __WCLONE option.
115 #ifndef __WCLONE
116 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
H A Dlinux-nat.c564 - In general one should specify the __WCLONE flag to waitpid in
568 __WCLONE flag is absent. Linux kernel 2.4 has a __WALL flag, but
919 /* Try again with __WCLONE to check cloned processes. */
920 pid = my_waitpid (GET_LWP (ptid), &status, __WCLONE);
981 /* Try again with __WCLONE to check cloned processes. */
982 pid = my_waitpid (GET_PID (inferior_ptid), &status, __WCLONE);
1272 (event == PTRACE_EVENT_CLONE) ? __WCLONE : 0);
1368 pid = my_waitpid (GET_LWP (lp->ptid), &status, __WCLONE);
1936 options = __WCLONE | WNOHANG;
1960 options = lp->cloned ? __WCLONE
[all...]
H A Dspu-linux-nat.c421 /* Try again with __WCLONE to check cloned processes. */
422 pid = waitpid (PIDGET (ptid), &status, __WCLONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dgdb_wait.h102 /* For native GNU/Linux we may use waitpid and the __WCLONE option.
115 #ifndef __WCLONE
116 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
H A Dlinux-nat.c564 - In general one should specify the __WCLONE flag to waitpid in
568 __WCLONE flag is absent. Linux kernel 2.4 has a __WALL flag, but
919 /* Try again with __WCLONE to check cloned processes. */
920 pid = my_waitpid (GET_LWP (ptid), &status, __WCLONE);
981 /* Try again with __WCLONE to check cloned processes. */
982 pid = my_waitpid (GET_PID (inferior_ptid), &status, __WCLONE);
1272 (event == PTRACE_EVENT_CLONE) ? __WCLONE : 0);
1368 pid = my_waitpid (GET_LWP (lp->ptid), &status, __WCLONE);
1936 options = __WCLONE | WNOHANG;
1960 options = lp->cloned ? __WCLONE
[all...]
H A Dspu-linux-nat.c421 /* Try again with __WCLONE to check cloned processes. */
422 pid = waitpid (PIDGET (ptid), &status, __WCLONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdb_wait.h102 /* For native GNU/Linux we may use waitpid and the __WCLONE option.
115 #ifndef __WCLONE
116 #define __WCLONE 0x80000000 /* Wait for cloned process. */ macro
H A Dlinux-nat.c564 - In general one should specify the __WCLONE flag to waitpid in
568 __WCLONE flag is absent. Linux kernel 2.4 has a __WALL flag, but
919 /* Try again with __WCLONE to check cloned processes. */
920 pid = my_waitpid (GET_LWP (ptid), &status, __WCLONE);
981 /* Try again with __WCLONE to check cloned processes. */
982 pid = my_waitpid (GET_PID (inferior_ptid), &status, __WCLONE);
1272 (event == PTRACE_EVENT_CLONE) ? __WCLONE : 0);
1368 pid = my_waitpid (GET_LWP (lp->ptid), &status, __WCLONE);
1936 options = __WCLONE | WNOHANG;
1960 options = lp->cloned ? __WCLONE
[all...]
H A Dspu-linux-nat.c421 /* Try again with __WCLONE to check cloned processes. */
422 pid = waitpid (PIDGET (ptid), &status, __WCLONE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/
H A Dhelper.c101 CATCH_EINTR(waitpid(pid, NULL, __WCLONE));
134 CATCH_EINTR(pid = waitpid(pid, &status, __WCLONE));
153 int wflags = __WCLONE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/
H A Dhelper.c101 CATCH_EINTR(waitpid(pid, NULL, __WCLONE));
134 CATCH_EINTR(pid = waitpid(pid, &status, __WCLONE));
153 int wflags = __WCLONE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dclone1.c80 retcode = wait4 (-1, &st, WNOHANG | __WCLONE, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dclone1.c80 retcode = wait4 (-1, &st, WNOHANG | __WCLONE, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dclone1.c80 retcode = wait4 (-1, &st, WNOHANG | __WCLONE, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dwait.h13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dwait.h13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dexit.c1138 * otherwise, wait for clone children *only* if __WCLONE is
1142 if (((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE))
1746 __WNOTHREAD|__WCLONE|__WALL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dexit.c1138 * otherwise, wait for clone children *only* if __WCLONE is
1142 if (((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE))
1746 __WNOTHREAD|__WCLONE|__WALL))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dlinux-low.c451 ret = waitpid (to_wait_for, wstatp, WNOHANG | __WCLONE);

Completed in 129 milliseconds

12