HomeSort by: relevance | last modified time | path
    Searched defs:W_STOPCODE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h 106 #ifndef W_STOPCODE
107 #define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
111 #define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig))
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h 106 #ifndef W_STOPCODE
107 #define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
111 #define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig))
  /src/sys/sys/
wait.h 73 #define W_STOPCODE(sig) ((sig) << 8 | _WSTOPPED)

Completed in 17 milliseconds