Home
last modified time | relevance | path

Searched refs:__tsan_thread_start_func (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1015 extern "C" void *__tsan_thread_start_func(void *arg) { in __tsan_thread_start_func() function
1083 res = REAL(pthread_create)(th, attr, __tsan_thread_start_func, &p); in TSAN_INTERCEPTOR()