Searched refs:asan_thread_start (Results 1 – 2 of 2) sorted by relevance
139 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function165 return REAL(CreateThread)(security, stack_size, asan_thread_start, t, in INTERCEPTOR_WINAPI()
225 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function277 result = REAL(pthread_create)(thread, attr, asan_thread_start, t); in INTERCEPTOR()