Searched refs:thread_main (Results 1 – 1 of 1) sorted by relevance
54 static void* thread_main(void* args) in thread_main() function84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) { in startClone()