Searched refs:APR_NOWAIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h58 APR_NOWAIT /**< do not wait -- just see if it has finished */ enumerator in enum:__anon10
647 * APR_NOWAIT -- return immediately regardless of if the
679 * APR_NOWAIT -- return immediately regardless of if the
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c556 while (apr_proc_wait_all_procs(&proc, NULL, NULL, APR_NOWAIT,
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c2726 if (apr_proc_wait(pc->proc, NULL, NULL, APR_NOWAIT) != APR_CHILD_NOTDONE)
2767 if (apr_proc_wait(pc->proc, NULL, NULL, APR_NOWAIT)

Completed in 56 milliseconds