Searched refs:THREAD_CALLING_CONV (Results 1 – 4 of 4) sorted by relevance
300 # define THREAD_CALLING_CONV __stdcall macro303 # define THREAD_CALLING_CONV macro305 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
139 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
225 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
124 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()