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 D | testlockperf.c | 46 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()
|