OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:W_EXITCODE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_wait.h
102
#ifndef
W_EXITCODE
103
#define
W_EXITCODE
(status, sig) ((status) << 8 | (sig))
/src/external/gpl3/gdb/dist/gdbsupport/
gdb_wait.h
102
#ifndef
W_EXITCODE
103
#define
W_EXITCODE
(status, sig) ((status) << 8 | (sig))
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilDarwin.cpp
129
ProcessStatus =
W_EXITCODE
(127, 0);
/src/sys/sys/
wait.h
72
#define
W_EXITCODE
(ret, sig) ((unsigned int)(ret) << 8 | (sig))
proc.h
447
#define P_WAITSTATUS(p)
W_EXITCODE
((p)->p_xexit, ((p)->p_xsig | \
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.cc
1868
mark_lwp_dead (leader_lp,
W_EXITCODE
(0, 0), true);
/src/external/gpl3/gdb/dist/gdbserver/
linux-low.cc
1867
mark_lwp_dead (leader_lp,
W_EXITCODE
(0, 0), true);
Completed in 25 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026