Searched defs:__tsan_thread_start_func (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc818 extern "C" void *__tsan_thread_start_func(void *arg) { function
877 res = REAL(pthread_create)(th, attr, __tsan_thread_start_func, &p);

Completed in 148 milliseconds