HomeSort by relevance Sort by last modified time
    Searched refs:GenericScopedLock (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 83 class GenericScopedLock {
85 explicit GenericScopedLock(MutexType *mu)
90 ~GenericScopedLock() {
97 GenericScopedLock(const GenericScopedLock&);
98 void operator=(const GenericScopedLock&);
120 typedef GenericScopedLock<StaticSpinMutex> SpinMutexLock;
121 typedef GenericScopedLock<BlockingMutex> BlockingMutexLock;
sanitizer_thread_registry.h 138 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 65 typedef GenericScopedLock<Mutex> Lock;
tsan_rtl.h 116 typedef GenericScopedLock<MBlock> ScopedLock;
  /external/compiler-rt/lib/msan/
msan_report.cc 92 GenericScopedLock<StaticSpinMutex> lock(&report_mu);
106 GenericScopedLock<StaticSpinMutex> lock(&report_mu);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 59 typedef GenericScopedLock<MutexType> Lock;
97 GenericScopedLock<MutexType> l(mtx);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 57 typedef GenericScopedLock<MutexType> Lock;

Completed in 415 milliseconds