HomeSort by: relevance | last modified time | path
    Searched defs:__WCLONE (Results 1 - 3 of 3) 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/sys/sys/
wait.h 125 #define __WCLONE WALTSIG

Completed in 20 milliseconds