Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/locks/unix/
H A Dthread_cond.c24 static apr_status_t thread_cond_cleanup(void *data) in thread_cond_cleanup() function
56 (void *)new_cond, thread_cond_cleanup, in apr_thread_cond_create()
140 return apr_pool_cleanup_run(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()