Searched refs:thread_start (Results 1 – 7 of 7) sorted by relevance
69 uptr thread_start = reinterpret_cast<uptr>( in InitThreads() local72 InitThreadList(thread_start, alloc_size); in InitThreads()
135 static void *thread_start(void *arg) { in thread_start() function250 return REAL(pthread_create)(thread, attr, thread_start, tinfo); in INTERCEPTOR()
1276 struct message *thread_start; in reversecmd_core() local1281 thread_start = tp->t_head; in reversecmd_core()1283 assert(thread_start->m_blink == NULL); in reversecmd_core()1286 for (mp = thread_start; mp; mp = old_flink) { in reversecmd_core()1292 if (thread_start->m_plink) in reversecmd_core()1293 thread_start->m_plink->m_clink = lastmp; in reversecmd_core()
33 unix`thread_start+0x3
611 thread_start(void* arg) in thread_start() function649 thread_start, daemon->workers[i]); in daemon_start_others()
209 void *(*thread_start)(void *), void *arg) in pthread_create()222 thread_start(arg); in pthread_create()