Searched refs:thread_start (Results 1 – 2 of 2) sorted by relevance
48 static void thread_start(void *);159 create_params.lwp_func = thread_start; in _pthread_create()216 thread_start(void *arg) in thread_start() function
189 void *(*thread_start)(void *), void *arg) in pthread_create()202 thread_start(arg); in pthread_create()