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

/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c662 apr_os_thread_t *os_thread; local
674 apr_os_thread_get(&os_thread, elt->thd);
677 assert(!apr_os_thread_equal(apr_os_thread_current(), os_thread));
679 assert(!apr_os_thread_equal(apr_os_thread_current(), *os_thread));

Completed in 45 milliseconds