apr_thread_create 1190 server/mpm/experimental/event/event.c     rv = apr_thread_create(&ts->listener, thread_attr, listener_thread,
apr_thread_create 1269 server/mpm/experimental/event/event.c             rv = apr_thread_create(&threads[i], thread_attr,
apr_thread_create 1462 server/mpm/experimental/event/event.c     rv = apr_thread_create(&start_thread_id, thread_attr, start_threads,
apr_thread_create  929 server/mpm/worker/worker.c     rv = apr_thread_create(&ts->listener, thread_attr, listener_thread,
apr_thread_create 1007 server/mpm/worker/worker.c             rv = apr_thread_create(&threads[i], thread_attr,
apr_thread_create 1212 server/mpm/worker/worker.c     rv = apr_thread_create(&start_thread_id, thread_attr, start_threads,
apr_thread_create  382 srclib/apr-util/misc/apr_thread_pool.c         rv = apr_thread_create(&t, NULL, thread_pool_func, *me, (*me)->pool);
apr_thread_create  517 srclib/apr-util/misc/apr_thread_pool.c         rv = apr_thread_create(&thd, NULL, thread_pool_func, me, me->pool);
apr_thread_create  572 srclib/apr-util/misc/apr_thread_pool.c         rv = apr_thread_create(&thd, NULL, thread_pool_func, me, me->pool);
apr_thread_create  264 srclib/apr/include/apr_thread_proc.h APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread, 
apr_thread_create  278 srclib/apr/test/testatomic.c         r1 = apr_thread_create(&t1[i], NULL, thread_func_mutex, NULL, p);
apr_thread_create  279 srclib/apr/test/testatomic.c         r2 = apr_thread_create(&t2[i], NULL, thread_func_atomic, NULL, p);
apr_thread_create  471 srclib/apr/test/testatomic.c         rv = apr_thread_create(&thread[i], NULL, thread_func_busyloop,
apr_thread_create  144 srclib/apr/test/testcond.c         rv = apr_thread_create(&thread[i], NULL, thread_routine, &box[i], p);
apr_thread_create  228 srclib/apr/test/testcond.c         rv = apr_thread_create(&thread[i], NULL, thread_routine, &box, p);
apr_thread_create  328 srclib/apr/test/testcond.c     rv = apr_thread_create(&thread, NULL, thread_routine, &box, p);
apr_thread_create  457 srclib/apr/test/testcond.c         rv = apr_thread_create(&thread[i], NULL, thread_routine, &boxcons, p);
apr_thread_create  468 srclib/apr/test/testcond.c         rv = apr_thread_create(&thread[i], NULL, thread_routine, &boxprod, p);
apr_thread_create  600 srclib/apr/test/testcond.c     rv = apr_thread_create(&thr_ping, NULL, thread_routine, &box_ping, p);
apr_thread_create  609 srclib/apr/test/testcond.c     rv = apr_thread_create(&thr_pong, NULL, thread_routine, &box_pong, p);
apr_thread_create  164 srclib/apr/test/testlock.c     s1 = apr_thread_create(&t1, NULL, thread_mutex_function, NULL, p);
apr_thread_create  166 srclib/apr/test/testlock.c     s2 = apr_thread_create(&t2, NULL, thread_mutex_function, NULL, p);
apr_thread_create  168 srclib/apr/test/testlock.c     s3 = apr_thread_create(&t3, NULL, thread_mutex_function, NULL, p);
apr_thread_create  170 srclib/apr/test/testlock.c     s4 = apr_thread_create(&t4, NULL, thread_mutex_function, NULL, p);
apr_thread_create  197 srclib/apr/test/testlock.c     s1 = apr_thread_create(&t1, NULL, thread_rwlock_func, NULL, p);
apr_thread_create  199 srclib/apr/test/testlock.c     s2 = apr_thread_create(&t2, NULL, thread_rwlock_func, NULL, p);
apr_thread_create  201 srclib/apr/test/testlock.c     s3 = apr_thread_create(&t3, NULL, thread_rwlock_func, NULL, p);
apr_thread_create  203 srclib/apr/test/testlock.c     s4 = apr_thread_create(&t4, NULL, thread_rwlock_func, NULL, p);
apr_thread_create  243 srclib/apr/test/testlock.c     s0 = apr_thread_create(&p1, NULL, thread_cond_producer, &count1, p);
apr_thread_create  245 srclib/apr/test/testlock.c     s1 = apr_thread_create(&p2, NULL, thread_cond_producer, &count2, p);
apr_thread_create  247 srclib/apr/test/testlock.c     s2 = apr_thread_create(&p3, NULL, thread_cond_producer, &count3, p);
apr_thread_create  249 srclib/apr/test/testlock.c     s3 = apr_thread_create(&p4, NULL, thread_cond_producer, &count4, p);
apr_thread_create  251 srclib/apr/test/testlock.c     s4 = apr_thread_create(&c1, NULL, thread_cond_consumer, NULL, p);
apr_thread_create  103 srclib/apr/test/testlockperf.c         s[i] = apr_thread_create(&t[i], NULL, thread_mutex_func, NULL, pool);
apr_thread_create  151 srclib/apr/test/testlockperf.c         s[i] = apr_thread_create(&t[i], NULL, thread_mutex_func, NULL, pool);
apr_thread_create  199 srclib/apr/test/testlockperf.c         s[i] = apr_thread_create(&t[i], NULL, thread_rwlock_func, NULL, pool);
apr_thread_create  128 srclib/apr/test/testmutexscope.c     rv = apr_thread_create(&threads[i],
apr_thread_create   73 srclib/apr/test/testthread.c     rv = apr_thread_create(&t1, NULL, thread_func1, NULL, p);
apr_thread_create   75 srclib/apr/test/testthread.c     rv = apr_thread_create(&t2, NULL, thread_func1, NULL, p);
apr_thread_create   77 srclib/apr/test/testthread.c     rv = apr_thread_create(&t3, NULL, thread_func1, NULL, p);
apr_thread_create   79 srclib/apr/test/testthread.c     rv = apr_thread_create(&t4, NULL, thread_func1, NULL, p);