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

/freebsd-11.0-release/contrib/apr/misc/unix/
H A Derrorcodes.c62 case APR_ENOTHREAD:
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_errno.h241 * APR_ENOTHREAD APR was not given a thread structure
309 #define APR_ENOTHREAD (APR_OS_START_ERROR + 12) macro
383 #define APR_STATUS_IS_ENOTHREAD(s) ((s) == APR_ENOTHREAD)

Completed in 137 milliseconds