Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_posix_test.cc55 SpawnThread(GetPthreadDestructorIterations()); in TEST()
57 SpawnThread(GetPthreadDestructorIterations() + 1); in TEST()
/aosp_15_r20/external/compiler-rt/lib/msan/
H A Dmsan_thread.cc17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_thread.h43 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0), in AsanThreadContext()
/aosp_15_r20/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc216 (void*)GetPthreadDestructorIterations())) { in __lsan_thread_start_func()
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h745 INLINE uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc879 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()