Searched refs:thread_start (Results 1 – 5 of 5) sorted by relevance
59 static void* thread_start(void* arg) { in thread_start() function77 thread_start, in SkThread()
31 static DWORD WINAPI thread_start(LPVOID data) { in thread_start() function54 thread_start, // thread function name (proxy) in SkThread()
110 thread_start113 fun:thread_start
160 fun:thread_start
179 void *(*thread_start)(void *), void *arg) in pthread_create()192 thread_start(arg); in pthread_create()