Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/include/
HDapr_thread_proc.h68 APR_PROC_SIGNAL = 2, /**< process exited due to a signal */ enumerator
75 #define APR_PROC_CHECK_SIGNALED(x) (x & APR_PROC_SIGNAL)
/freebsd-13-stable/contrib/apr/threadproc/unix/
HDproc.c656 *exitwhy = APR_PROC_SIGNAL; in apr_proc_wait()