HomeSort by relevance Sort by last modified time
    Searched defs:mu_ (Results 26 - 34 of 34) sorted by null

12

  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 1300 Mutex mu_; member in class:FunctionDefinitionParseTest::Foo
1308 Mutex mu_; member in class:FunctionDefinitionParseTest::Bar
1331 Mutex mu_; member in class:TestMultiDecl::Foo
1366 Mutex mu_; member in class:PointerToMemberTest::Graph
1368 static Mutex* get_static_mu() LOCK_RETURNED(&Graph::mu_); member in class:PointerToMemberTest::Graph
1373 void foo() EXCLUSIVE_LOCKS_REQUIRED(&Graph::mu_); member in class:PointerToMemberTest::Node
1374 int a GUARDED_BY(&Graph::mu_); member in class:PointerToMemberTest::Node
1399 Mutex mu_; member in class:SmartPointerTest::MyClass
    [all...]
warn-thread-safety-analysis.cpp 930 void func1(int y) LOCKS_EXCLUDED(mu_);
931 template <typename T> void func2(T x) LOCKS_EXCLUDED(mu_);
933 Mutex mu_; member in class:thread_annot_lock_38::Foo
949 Mutex *mu_; member in class:thread_annot_lock_43::Foo
955 int GetA() EXCLUSIVE_LOCKS_REQUIRED(foo_->mu_) { return a_; }
956 int a_ GUARDED_BY(foo_->mu_);
964 fb->foo_->mu_->Lock();
966 fb->foo_->mu_->Unlock();
1082 Mutex mu_; member in class:thread_annot_lock_68_modified::Bar
1089 mu_.Lock()
1097 Mutex mu_; member in class:thread_annot_lock_68_modified::Foo
1153 Mutex mu_; member in class:thread_annot_lock_47::Base
1424 Mutex mu_; member in class:thread_annot_lock_46::Base
1640 Mutex mu_; member in class:FunctionAttrTest::Foo
1791 Mutex mu_; member in class:TestTemplateAttributeInstantiation::Foo1
1798 Mutex mu_; member in class:TestTemplateAttributeInstantiation::Foo2
1845 Mutex mu_; member in class:TestTemplateAttributeInstantiation::Cell
1918 Mutex mu_; member in class:TestTemplateAttributeInstantiation::CellDelayed
1943 Mutex mu_; member in class:FunctionDeclDefTest::Foo
2010 Mutex mu_; member in class:FunctionDefinitionTest::Foo
2019 Mutex mu_; member in class:FunctionDefinitionTest::FooT
2137 Mutex mu_; member in class:SelfLockingTest::MyLock2
2173 Mutex mu_; member in namespace:NoReturnTest
2203 Mutex mu_; member in class:TestMultiDecl::Foo
2226 Mutex mu_; member in class:MoreLockExpressions::Foo
2351 Mutex mu_; member in class:LockReturned::Foo
2451 Mutex mu_; member in class:ReleasableScopedLock::Foo
2535 Mutex mu_; member in class:DoubleLockBug::Foo
2589 Mutex mu_; member in class:FoolishScopedLockableBug::Foo
2669 SmartPtr<Mutex> mu_; member in class:SmartPointerTests::Foo
2672 int c GUARDED_BY(*mu_); member in class:SmartPointerTests::Foo
2998 Mutex mu_; member in class:TryLockEqTest::Foo
3085 Mutex mu_; member in class:ExistentialPatternMatching::Graph
3088 void LockAllGraphs() EXCLUSIVE_LOCK_FUNCTION(&Graph::mu_); member in namespace:ExistentialPatternMatching
3089 void UnlockAllGraphs() UNLOCK_FUNCTION(&Graph::mu_); member in namespace:ExistentialPatternMatching
3093 int a GUARDED_BY(&Graph::mu_); member in class:ExistentialPatternMatching::Node
3098 void foo2() LOCKS_EXCLUDED(&Graph::mu_); member in class:ExistentialPatternMatching::Node
3146 Mutex mu_; member in class:StringIgnoreTest::Foo
3216 Mutex mu_; member in struct:TrylockWithCleanups::Foo
3236 Mutex mu_; member in class:UniversalLock::Foo
3334 Mutex mu_; member in class:ExprMatchingBugFix::Foo
3348 void unlockFoo() UNLOCK_FUNCTION(&Foo::mu_); member in struct:ExprMatchingBugFix::Bar::Nested
3373 static Mutex mu_; member in class:ComplexNameTest::Foo
3383 static Mutex mu_; member in class:ComplexNameTest::Bar
3485 Mutex* mu_; member in struct:TemplateFunctionParamRemapTest::Cell
3568 Mutex mu_; member in class:SelfConstructorTest::SelfLock
3804 Mutex mu_; member in class:GuardedNonPrimitiveTypeTest::Foo
3839 Mutex mu_; member in class:GuardedNonPrimitive_MemberAccess::Bar
3878 Mutex mu_; member in class:TestThrowExpr::Foo
3918 Mutex mu_; member in class:LockUnlockFunctionTest::MyLockable
3971 Mutex mu_; member in class:LockUnlockFunctionTest::Foo
3984 Mutex mu_; member in class:AssertHeldTest::Foo
4356 Mutex mu_; member in class:ThreadAttributesOnLambdas::Foo
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 1077 Mutex *const mu_; member in class:google::protobuf::internal::MutexLock
1092 Mutex *const mu_; member in class:google::protobuf::internal::MutexLockMaybe
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 113 CHECK(0 == pthread_spin_init(&mu_, 0));
114 ANNOTATE_RWLOCK_CREATE((void*)&mu_);
117 ANNOTATE_RWLOCK_DESTROY((void*)&mu_);
118 CHECK(0 == pthread_spin_destroy(&mu_));
121 CHECK(0 == pthread_spin_lock(&mu_));
122 ANNOTATE_RWLOCK_ACQUIRED((void*)&mu_, 1);
125 ANNOTATE_RWLOCK_RELEASED((void*)&mu_, 1);
126 CHECK(0 == pthread_spin_unlock(&mu_));
129 pthread_spinlock_t mu_; member in class:SpinLock
137 SpinLock() : mu_(OS_SPINLOCK_INIT)
152 OSSpinLock mu_; member in class:SpinLock
256 pthread_mutex_t mu_; member in class:Mutex
271 Mutex *mu_; member in class:MutexLock
309 pthread_rwlock_t mu_; member in class:RWLock
322 RWLock *mu_; member in class:ReaderLockScoped
335 RWLock *mu_; member in class:WriterLockScoped
413 Mutex mu_; member in class:ProducerConsumerQueue
586 Mutex mu_; member in class:BlockingCounter
    [all...]
tsan_unittest.cpp 3748 Mutex mu_; \/\/ protects data_ member in struct:RefCountedClass
3929 Mutex mu_; member in struct:AtomicRefCountedClass
6591 Mutex mu_; member in class:FifoMessageQueue
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 31 port::Mutex mu_; member in class:leveldb::__anon17067::AtomicCounter
39 MutexLock l(&mu_);
43 MutexLock l(&mu_);
47 MutexLock l(&mu_);
    [all...]
  /external/chromium_org/third_party/re2/re2/
dfa.cc 1112 Mutex* mu_; member in class:re2::DFA::RWLocker
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 250 SpinMutexLock l(&mu_);
258 SpinMutexLock l(&mu_);
267 SpinMutexLock l(&mu_);
282 mutable SpinMutex mu_; member in class:__sanitizer::AllocatorGlobalStats
606 mu_.Init();
645 SpinMutexLock l(&mu_);
657 StaticSpinMutex mu_; member in class:__sanitizer::TwoLevelByteMap
    [all...]
  /external/regex-re2/re2/
dfa.cc 1110 Mutex* mu_; member in class:re2::DFA::RWLocker
    [all...]

Completed in 1153 milliseconds

12