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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mutex.h 180 class GenericScopedLock {
182 explicit GenericScopedLock(MutexType *mu)
187 ~GenericScopedLock() {
194 GenericScopedLock(const GenericScopedLock&);
195 void operator=(const GenericScopedLock&);
217 typedef GenericScopedLock<StaticSpinMutex> SpinMutexLock;
218 typedef GenericScopedLock<BlockingMutex> BlockingMutexLock;
219 typedef GenericScopedLock<RWMutex> RWMutexLock;
sanitizer_thread_registry.h 151 typedef GenericScopedLock<ThreadRegistry> ThreadRegistryLock;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 69 typedef GenericScopedLock<Mutex> Lock;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 62 typedef GenericScopedLock<MutexType> Lock;
99 GenericScopedLock<MutexType> l(mtx);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 57 typedef GenericScopedLock<MutexType> Lock;

Completed in 14 milliseconds