Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_mutex.h82 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex);
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
H A Dthread_mutex.c68 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex) in apr_thread_mutex_trylock() function
H A Dproc_mutex.c62 return apr_thread_mutex_trylock(mutex->mutex); in apr_proc_mutex_trylock()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/
H A Dthread_mutex.c66 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex) in apr_thread_mutex_trylock() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dthread_mutex.c102 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex) in apr_thread_mutex_trylock() function
H A Dglobal_mutex.c124 rv = apr_thread_mutex_trylock(mutex->thread_mutex); in apr_global_mutex_trylock()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dthread_mutex.c96 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex) in apr_thread_mutex_trylock() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dthread_mutex.c108 APR_DECLARE(apr_status_t) apr_thread_mutex_trylock(apr_thread_mutex_t *mutex) in apr_thread_mutex_trylock() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestcond.c343 rv = apr_thread_mutex_trylock(mutex); in nested_wait()
346 rv = apr_thread_mutex_trylock(mutex); in nested_wait()