Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_posix_test.cc55 SpawnThread(GetPthreadDestructorIterations()); in TEST()
57 SpawnThread(GetPthreadDestructorIterations() + 1); in TEST()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_posix_test.cpp54 SpawnThread(GetPthreadDestructorIterations()); in TEST()
56 SpawnThread(GetPthreadDestructorIterations() + 1); in TEST()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_tsd_exclusive.cpp60 GetPthreadDestructorIterations())), 0); in initThread()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h40 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in MemprofThreadContext()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.h42 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
/external/compiler-rt/lib/asan/
Dasan_thread.h43 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc216 (void*)GetPthreadDestructorIterations())) { in __lsan_thread_start_func()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp261 (void *)GetPthreadDestructorIterations())); in HwasanTSDThreadInit()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp422 (void*)GetPthreadDestructorIterations())) { in __lsan_thread_start_func()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h745 INLINE uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h875 inline uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc879 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp946 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()