Home
last modified time | relevance | path

Searched refs:apr_os_thread_equal (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/apr/include/
Dapr_portable.h346 APR_DECLARE(int) apr_os_thread_equal(apr_os_thread_t tid1,
/freebsd-12-stable/contrib/apr/threadproc/unix/
Dthread.c196 APR_DECLARE(int) apr_os_thread_equal(apr_os_thread_t tid1, function
/freebsd-12-stable/contrib/apr-util/misc/
Dapr_thread_pool.c677 assert(!apr_os_thread_equal(apr_os_thread_current(), os_thread)); in wait_on_busy_threads()
679 assert(!apr_os_thread_equal(apr_os_thread_current(), *os_thread)); in wait_on_busy_threads()
/freebsd-12-stable/contrib/apr/memory/unix/
Dapr_pools.c1624 if (!apr_os_thread_equal(pool->owner, apr_os_thread_current())) { in apr_pool_check_integrity()