Searched refs:asan_thread_start (Results 1 – 2 of 2) sorted by relevance
80 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function101 asan_thread_start, t, thr_flags, tid); in INTERCEPTOR_WINAPI()
208 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { in asan_thread_start() function232 int result = REAL(pthread_create)(thread, attr, asan_thread_start, ¶m); in INTERCEPTOR()