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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.h 22 enum MutexType {
45 explicit Mutex(MutexType type, StatType stat_type);
59 MutexType type_;
75 void Lock(MutexType t);
76 void Unlock(MutexType t);
tsan_mutex.cc 29 const MutexType MutexTypeLeaf = (MutexType)-1;
30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
61 MutexType z = CanLockTab[i][j];
135 void InternalDeadlockDetector::Lock(MutexType t) {
162 void InternalDeadlockDetector::Unlock(MutexType t) {
211 Mutex::Mutex(MutexType type, StatType stat_type) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 24 template<typename MutexType>
27 explicit TestData(MutexType *mtx)
62 typedef GenericScopedLock<MutexType> Lock;
65 MutexType *mtx_;
77 template<typename MutexType>
79 TestData<MutexType> *data = (TestData<MutexType>*)param;
87 template<typename MutexType>
89 TestData<MutexType> *data = (TestData<MutexType>*)param
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 22 template<typename MutexType>
25 explicit TestData(MutexType *mtx)
57 typedef GenericScopedLock<MutexType> Lock;
60 MutexType *mtx_;
73 template<typename MutexType>
75 TestData<MutexType> *data = (TestData<MutexType>*)param;
83 template<typename MutexType>
85 TestData<MutexType> *data = (TestData<MutexType>*)param
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mutex.h 179 template<typename MutexType>
182 explicit GenericScopedLock(MutexType *mu)
192 MutexType *mu_;
198 template<typename MutexType>
201 explicit GenericScopedReadLock(MutexType *mu)
211 MutexType *mu_;

Completed in 14 milliseconds