Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c67 #define N_WEXITED 0001 /* wait for processes that have exite */ macro
140 noptions = (N_WEXITED|N_WTRAPPED); in waitpid()
194 noptions = N_WEXITED | N_WTRAPPED; in wait4()