thread_rwlock_func   33 srclib/apr/test/testlock.c static void *APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
thread_rwlock_func  197 srclib/apr/test/testlock.c     s1 = apr_thread_create(&t1, NULL, thread_rwlock_func, NULL, p);
thread_rwlock_func  199 srclib/apr/test/testlock.c     s2 = apr_thread_create(&t2, NULL, thread_rwlock_func, NULL, p);
thread_rwlock_func  201 srclib/apr/test/testlock.c     s3 = apr_thread_create(&t3, NULL, thread_rwlock_func, NULL, p);
thread_rwlock_func  203 srclib/apr/test/testlock.c     s4 = apr_thread_create(&t4, NULL, thread_rwlock_func, NULL, p);
thread_rwlock_func   49 srclib/apr/test/testlockperf.c void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
thread_rwlock_func  199 srclib/apr/test/testlockperf.c         s[i] = apr_thread_create(&t[i], NULL, thread_rwlock_func, NULL, pool);