Searched refs:internal_pthread_create (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix.h | 80 int internal_pthread_create(void *th, void *attr, void *(*callback)(void *), 87 int internal_pthread_create(void *th, void *attr, \
|
| H A D | sanitizer_common_libcdep.cpp | 90 if (!&internal_pthread_create) { in MaybeStartBackgroudThread()
|
| H A D | sanitizer_linux.cpp | 1931 if (&internal_pthread_create == 0) in internal_start_thread() 1936 internal_pthread_create(&th, nullptr, func, arg); in internal_start_thread()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1160 int internal_pthread_create(void *th, void *attr, void *(*callback)(void *), in internal_pthread_create() function
|