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

/freebsd-12-stable/contrib/apr/include/
H A Dapr_thread_proc.h201 APR_KILL_NEVER, /**< process is never killed (i.e., never sent enumerator in enum:__anon151
793 * APR_KILL_NEVER -- process is never sent any signals
/freebsd-12-stable/contrib/apr/memory/unix/
H A Dapr_pools.c2727 pc->kill_how = APR_KILL_NEVER;
2746 if (pc->kill_how != APR_KILL_NEVER) {
2771 pc->kill_how = APR_KILL_NEVER; /* subprocess has exited */
2795 if (pc->kill_how != APR_KILL_NEVER)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c535 apr_pool_note_subprocess(pool, proc, APR_KILL_NEVER);

Completed in 103 milliseconds