Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestlockperf.c46 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data);
58 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data) in thread_mutex_func() function
104 s[i] = apr_thread_create(&t[i], NULL, thread_mutex_func, NULL, pool); in test_thread_mutex()
152 s[i] = apr_thread_create(&t[i], NULL, thread_mutex_func, NULL, pool); in test_thread_mutex_nested()