HomeSort by relevance Sort by last modified time
    Searched refs:asan_thread_start (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_win.cc 80 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
101 asan_thread_start, t, thr_flags, tid);
asan_interceptors.cc 221 static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) { function
245 int result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);

Completed in 1404 milliseconds