Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
H A Dthread_cond.c27 static apr_status_t thread_cond_cleanup(void *data) in thread_cond_cleanup() function
53 (void*)thread_cond_cleanup, in apr_thread_cond_create()
92 if ((stat = thread_cond_cleanup(cond)) == APR_SUCCESS) { in apr_thread_cond_destroy()
93 apr_pool_cleanup_kill(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dthread_cond.c22 static apr_status_t thread_cond_cleanup(void *data) in thread_cond_cleanup() function
75 (void *)new_cond, thread_cond_cleanup, in apr_thread_cond_create()
178 if ((stat = thread_cond_cleanup(cond)) == APR_SUCCESS) { in apr_thread_cond_destroy()
179 apr_pool_cleanup_kill(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/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()
130 return apr_pool_cleanup_run(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dthread_cond.c27 static apr_status_t thread_cond_cleanup(void *data) in thread_cond_cleanup() function
53 apr_pool_cleanup_register(cv->pool, cv, thread_cond_cleanup, in apr_thread_cond_create()
61 return apr_pool_cleanup_run(cond->pool, cond, thread_cond_cleanup); in apr_thread_cond_destroy()