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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_portable.h70 typedef HANDLE apr_os_proc_t; typedef
83 typedef PID apr_os_proc_t; typedef
104 typedef thread_id apr_os_proc_t; typedef
117 typedef long apr_os_proc_t; typedef
163 typedef pid_t apr_os_proc_t; /**< native pid */ typedef
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c610 apr_os_proc_t owner_proc;
1120 pool->owner_proc = (apr_os_proc_t)getnlmhandle();
1214 pool->owner_proc = (apr_os_proc_t)getnlmhandle();
2022 pool->owner_proc = (apr_os_proc_t)getnlmhandle();
2097 pool->owner_proc = (apr_os_proc_t)getnlmhandle();
2306 apr_os_proc_t owner_proc = (apr_os_proc_t)getnlmhandle();

Completed in 152 milliseconds