HomeSort by: relevance | last modified time | path
    Searched refs:__WCLONE (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h 114 /* For native GNU/Linux we may use waitpid and the __WCLONE option.
127 #ifndef __WCLONE
128 #define __WCLONE 0x80000000 /* Wait for cloned process. */
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h 114 /* For native GNU/Linux we may use waitpid and the __WCLONE option.
127 #ifndef __WCLONE
128 #define __WCLONE 0x80000000 /* Wait for cloned process. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
clone-thread_db.c 58 res = waitpid (clone_pid, NULL, __WCLONE);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
clone-thread_db.c 58 res = waitpid (clone_pid, NULL, __WCLONE);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
clone1.c 80 retcode = wait4 (-1, &st, WNOHANG | __WCLONE, NULL);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
clone1.c 80 retcode = wait4 (-1, &st, WNOHANG | __WCLONE, NULL);
  /src/sys/sys/
wait.h 125 #define __WCLONE WALTSIG
  /src/tests/lib/libc/sys/
t_clone.c 145 while (waitpid(pid, &stat, __WCLONE) != pid)
t_wait_noproc.c 183 __WCLONE /* Linux compatibility, equal to WALTSIG */
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc 1345 res = my_waitpid (lwpid, &wstat, __WCLONE);
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc 1344 res = my_waitpid (lwpid, &wstat, __WCLONE);

Completed in 45 milliseconds