Searched refs:thread_start (Results 1 – 5 of 5) sorted by relevance
50 static void thread_start(struct pthread *curthread);158 param.start_func = (void (*)(void *)) thread_start; in _pthread_create()254 thread_start(struct pthread *curthread) in thread_start() function
69 uptr thread_start = reinterpret_cast<uptr>( in InitThreads() local72 InitThreadList(thread_start, alloc_size); in InitThreads()
127 void *thread_start(void *arg) { in thread_start() function241 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
520 thread_start(void* arg) in thread_start() function558 thread_start, daemon->workers[i]); in daemon_start_others()
194 void *(*thread_start)(void *), void *arg) in pthread_create()207 thread_start(arg); in pthread_create()