Home
last modified time | relevance | path

Searched refs:lock1 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp350 int lock1 = 0; in test_futex_syscall() local
355 PlatformFutexWait(&lock1, expect); in test_futex_syscall()
356 assert(lock1 == 1); in test_futex_syscall()
368 lock1 = 1; in test_futex_syscall()
369 PlatformFutexWake(&lock1); in test_futex_syscall()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteForkNonStop.py118 lock1 = self.getBuildArtifact("lock1")
121 self.start_fork_test(["fork", "process:sync:" + lock1, "print-pid",
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp90 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local
150 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local
178 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local
221 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp255 Lock lock1(&trace.mtx); in OnFinished() local
H A Dtsan_rtl.cpp137 Lock lock1(&ctx->slot_mtx); in DoResetImpl() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp3446 void lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_);
3466 void Foo::lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_) { in lock1() function in DuplicateAttributeTest::Foo
3521 foo.lock1(); in test1()
3525 foo.lock1(); // expected-note{{mutex acquired here}} in test1()
3526 foo.lock1(); // expected-warning {{acquiring mutex 'foo.mu1_' that is already held}} in test1()