Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_posix_test.cpp54 SpawnThread(GetPthreadDestructorIterations()); in TEST()
56 SpawnThread(GetPthreadDestructorIterations() + 1); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_thread.cpp18 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_thread.cpp17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_thread.h39 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp316 (void *)GetPthreadDestructorIterations())); in HwasanTSDThreadInit()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp432 (void*)GetPthreadDestructorIterations())) { in __lsan_thread_start_func()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h947 inline uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1026 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()