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

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1091 BlockingMutex atexit_mu; member in struct:InterceptorContext
1107 BlockingMutexLock l(&interceptor_ctx()->atexit_mu);
1154 BlockingMutexLock l(&interceptor_ctx()->atexit_mu);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 216 Mutex atexit_mu; member in struct:__tsan::InterceptorContext
219 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {}
415 Lock l(&interceptor_ctx()->atexit_mu);
478 Lock l(&interceptor_ctx()->atexit_mu);
480 // due to atexit_mu held on exit from the calloc interceptor.
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 194 Mutex atexit_mu; member in struct:__tsan::InterceptorContext
197 InterceptorContext() : libignore(LINKER_INITIALIZED), atexit_mu(MutexTypeAtExit), AtExitStack() {}
373 Lock l(&interceptor_ctx()->atexit_mu);
429 Lock l(&interceptor_ctx()->atexit_mu);
431 // due to atexit_mu held on exit from the calloc interceptor.
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 201 BlockingMutex atexit_mu; member in struct:__tsan::InterceptorContext
382 BlockingMutexLock l(&interceptor_ctx()->atexit_mu);
438 BlockingMutexLock l(&interceptor_ctx()->atexit_mu);

Completed in 27 milliseconds