Searched refs:thread_return_t (Results 1 – 4 of 4) sorted by relevance
62 typedef DWORD thread_return_t; typedef65 typedef void* thread_return_t; typedef68 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
88 thread_return_t AsanThread::ThreadStart() { in ThreadStart()100 thread_return_t res = start_routine_(arg_); in ThreadStart()
70 thread_return_t ThreadStart();
101 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()