thread_mutex_function 34 srclib/apr/test/testlock.c static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data); thread_mutex_function 164 srclib/apr/test/testlock.c s1 = apr_thread_create(&t1, NULL, thread_mutex_function, NULL, p); thread_mutex_function 166 srclib/apr/test/testlock.c s2 = apr_thread_create(&t2, NULL, thread_mutex_function, NULL, p); thread_mutex_function 168 srclib/apr/test/testlock.c s3 = apr_thread_create(&t3, NULL, thread_mutex_function, NULL, p); thread_mutex_function 170 srclib/apr/test/testlock.c s4 = apr_thread_create(&t4, NULL, thread_mutex_function, NULL, p);