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