Home
last modified time | relevance | path

Searched refs:WTRAPPED (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dwait.h59 #define WTRAPPED 0002 /* wait for processes stopped while tracing */ macro
63 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/illumos-gate/usr/src/cmd/csh/
H A Dwait3.c75 options |= (WNOHANG|WUNTRACED|WEXITED|WSTOPPED|WTRAPPED|WCONTINUED); in csh_wait3()
140 WEXITED | WTRAPPED | WSTOPPED | WCONTINUED | WNOWAIT) != 0) in csh_wait_noreap()
/illumos-gate/usr/src/ucbhead/sys/
H A Dwait.h109 #define WTRAPPED 0002 /* wait for processes stopped while tracing */ macro
118 #define WOPTMASK (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
/illumos-gate/usr/src/cmd/truss/
H A Dprocset.c116 ~(WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)) in woptions()
122 if (arg & WTRAPPED) in woptions()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwaitpid.c97 options |= (WEXITED|WTRAPPED); in waitpid()
140 noptions = options | WEXITED | WTRAPPED; in wait4()
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c95 noptions = options | WEXITED | WTRAPPED; in wait4()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c598 err = s10_waitid(rval, P_ALL, 0, &info, WEXITED | WTRAPPED); in s10_wait()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c1173 if (!(options & WTRAPPED)) in waitid()