Searched refs:thread_callback_t (Results 1 – 5 of 5) sorted by relevance
24 static MsanThread *Create(thread_callback_t start_routine, void *arg);54 thread_callback_t start_routine_;
10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
60 static AsanThread *Create(thread_callback_t start_routine, void *arg,141 thread_callback_t start_routine_;
83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef