Searched refs:APR_PROC_SIGNAL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h68 APR_PROC_SIGNAL = 2, /**< process exited due to a signal */ enumerator in enum:__anon11
75 #define APR_PROC_CHECK_SIGNALED(x) (x & APR_PROC_SIGNAL)
640 * APR_PROC_SIGNAL -- process was killed by a signal
672 * APR_PROC_SIGNAL -- process was killed by a signal
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c656 *exitwhy = APR_PROC_SIGNAL;

Completed in 65 milliseconds