Searched refs:thread_routine (Results 1 – 2 of 2) sorted by relevance
78 thread_routine(void* arg) in thread_routine() function122 thread_routine(0); in main()138 int err = pthread_create(&thread1, NULL, thread_routine, &sems1); in main()142 err = pthread_create(&thread2, NULL, thread_routine, &sems2); in main()
16145 * testsuite/tls_test_main.cc (thread_routine): Call new test.17339 * testsuite/tls_test_main.cc (thread_routine): Call t11.