HomeSort by: relevance | last modified time | path
    Searched refs:GetPthreadDestructorIterations (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_posix_test.cc 55 SpawnThread(GetPthreadDestructorIterations());
57 SpawnThread(GetPthreadDestructorIterations() + 1);
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.cc 17 thread->destructor_iterations_ = GetPthreadDestructorIterations();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.h 43 destructor_iterations(GetPthreadDestructorIterations()), stack_id(0),
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 357 (void*)GetPthreadDestructorIterations())) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 830 INLINE uptr GetPthreadDestructorIterations() {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 957 (void *)GetPthreadDestructorIterations())) {

Completed in 17 milliseconds