Searched refs:thread_main (Results 1 – 1 of 1) sorted by relevance
103 static void *thread_main(void *a);582 e = pthread_create(&tid, NULL, thread_main, arg); in spawn_thread()664 static void *thread_main(void *a) in thread_main() function
Completed in 13 milliseconds