Searched refs:APR_PROC_SIGNAL (Results 1 – 2 of 2) sorted by relevance
68 APR_PROC_SIGNAL = 2, /**< process exited due to a signal */ enumerator75 #define APR_PROC_CHECK_SIGNALED(x) (x & APR_PROC_SIGNAL)
656 *exitwhy = APR_PROC_SIGNAL; in apr_proc_wait()