Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h77 int internal_pthread_create(void *th, void *attr, void *(*callback)(void *),
84 int internal_pthread_create(void *th, void *attr, \
H A Dsanitizer_common_libcdep.cpp90 if (!&internal_pthread_create) { in MaybeStartBackgroudThread()
H A Dsanitizer_linux.cpp1917 if (&internal_pthread_create == 0) in internal_start_thread()
1922 internal_pthread_create(&th, nullptr, func, arg); in internal_start_thread()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1093 int internal_pthread_create(void *th, void *attr, void *(*callback)(void *), in internal_pthread_create() function