Home
last modified time | relevance | path

Searched refs:GetPthreadDestructorIterations (Results 1 – 6 of 6) 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/compiler-rt/lib/msan/
Dmsan_thread.cc17 thread->destructor_iterations_ = GetPthreadDestructorIterations(); in Create()
/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h745 INLINE uptr GetPthreadDestructorIterations() { in GetPthreadDestructorIterations() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc879 (void *)GetPthreadDestructorIterations())) { in __tsan_thread_start_func()