Searched refs:th_main (Results 1 - 3 of 3) sorted by relevance

/external/ltrace/testsuite/ltrace.main/
H A Dmain-threaded.c8 th_main (void *arg) function
21 pthread_create (&thread1, NULL, th_main, "aaa");
22 pthread_create (&thread2, NULL, th_main, "bbb");
23 pthread_create (&thread3, NULL, th_main, "ccc");
H A Dmain-vfork.c8 th_main (char * arg) function
19 th_main ("aaa");
25 th_main ("bbb");
/external/webrtc/webrtc/base/
H A Dthread_unittest.cc215 Thread* th_main = Thread::Current(); local
216 th_main->ProcessMessages(1000);
221 th_main->ProcessMessages(200);

Completed in 116 milliseconds