Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestlock.c34 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data);
84 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data) in thread_mutex_function() function
164 s1 = apr_thread_create(&t1, NULL, thread_mutex_function, NULL, p); in test_thread_mutex()
166 s2 = apr_thread_create(&t2, NULL, thread_mutex_function, NULL, p); in test_thread_mutex()
168 s3 = apr_thread_create(&t3, NULL, thread_mutex_function, NULL, p); in test_thread_mutex()
170 s4 = apr_thread_create(&t4, NULL, thread_mutex_function, NULL, p); in test_thread_mutex()