enum rpc_waitpid_opts
Overview
TA-independent waitpid options. More…
#include <te_rpc_sys_wait.h> enum rpc_waitpid_opts { RPC_WNOHANG = 0x1, RPC_WUNTRACED = 0x2, RPC_WCONTINUED = 0x4, RPC_WSYSTEM = 0x8, };
Detailed Documentation
TA-independent waitpid options.
Enum Values
RPC_WNOHANG
return immediately if no child has exited
RPC_WUNTRACED
also return for children which are stopped and not traced
RPC_WCONTINUED
also return for children which are resumed by SIGCONT
RPC_WSYSTEM
Call waitpid() not using ta_waitpid()