Searched refs:THREAD_CALLING_CONV (Results 1 – 4 of 4) sorted by relevance
283 # define THREAD_CALLING_CONV __stdcall macro286 # define THREAD_CALLING_CONV macro288 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg);
134 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start()
196 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
147 static thread_return_t THREAD_CALLING_CONV memprof_thread_start(void *arg) { in memprof_thread_start()