Home
last modified time | relevance | path

Searched refs:lock3 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp352 int lock3 = 0; in test_futex_syscall() local
365 PlatformFutexWait(&lock3, expect); // doesn't block in test_futex_syscall()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3448 void lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_);
3474 void Foo::lock3() EXCLUSIVE_LOCK_FUNCTION(mu1_, mu2_, mu3_) { in lock3() function in DuplicateAttributeTest::Foo
3550 foo.lock3(); in test3()
3556 foo.lock3(); // expected-note 3 {{mutex acquired here}} in test3()
3557 foo.lock3(); // \ in test3()