Searched refs:lock1 (Results 1 – 6 of 6) sorted by relevance
350 int lock1 = 0; in test_futex_syscall() local355 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()
118 lock1 = self.getBuildArtifact("lock1")121 self.start_fork_test(["fork", "process:sync:" + lock1, "print-pid",
90 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local150 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local178 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local221 ThreadRegistryLock lock1(&ctx->thread_registry); in TRACE_TEST() local
255 Lock lock1(&trace.mtx); in OnFinished() local
137 Lock lock1(&ctx->slot_mtx); in DoResetImpl() local
3446 void lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_);3466 void Foo::lock1() EXCLUSIVE_LOCK_FUNCTION(mu1_) { in lock1() function in DuplicateAttributeTest::Foo3521 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()