Searched defs:StartThread (Results 1 – 2 of 2) sorted by relevance
35 void __attribute__((noinline)) StartThread(pthread_t *t, void *(*f)(void*)) { in StartThread() function
310 void ThreadRegistry::StartThread(u32 tid, tid_t os_id, ThreadType thread_type, StartThread() function in __sanitizer::ThreadRegistry