Home
last modified time | relevance | path

Searched refs:th_main (Results 1 – 2 of 2) sorted by relevance

/external/ltrace/testsuite/ltrace.main/
Dmain-threaded.c8 th_main (void *arg) in th_main() function
21 pthread_create (&thread1, NULL, th_main, "aaa"); in main()
22 pthread_create (&thread2, NULL, th_main, "bbb"); in main()
23 pthread_create (&thread3, NULL, th_main, "ccc"); in main()
Dmain-vfork.c8 th_main (char * arg) in th_main() function
19 th_main ("aaa"); in main()
25 th_main ("bbb"); in main()