thread_cond_producer   35 srclib/apr/test/testlock.c static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data);
thread_cond_producer  243 srclib/apr/test/testlock.c     s0 = apr_thread_create(&p1, NULL, thread_cond_producer, &count1, p);
thread_cond_producer  245 srclib/apr/test/testlock.c     s1 = apr_thread_create(&p2, NULL, thread_cond_producer, &count2, p);
thread_cond_producer  247 srclib/apr/test/testlock.c     s2 = apr_thread_create(&p3, NULL, thread_cond_producer, &count3, p);
thread_cond_producer  249 srclib/apr/test/testlock.c     s3 = apr_thread_create(&p4, NULL, thread_cond_producer, &count4, p);