Searched refs:__lsan_thread_start_func (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp403 extern "C" void *__lsan_thread_start_func(void *arg) { function
448 res = REAL(pthread_create)(th, attr, __lsan_thread_start_func, &p);

Completed in 114 milliseconds