Searched refs:got_lock_1 (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/core/zxr-mutex/
H A Dmutex.c62 static bool got_lock_1 = false; variable
69 for (int times = 0; times < 300 || !got_lock_1; times++) {
73 got_lock_1 = true;
151 EXPECT_TRUE(got_lock_1, "failed to get lock 1");
/fuchsia/zircon/system/utest/core/c11-mutex/
H A Dmutex.c64 static bool got_lock_1 = false; variable
73 for (int times = 0; times < 300 || !got_lock_1; times++) {
77 got_lock_1 = true;
154 EXPECT_TRUE(got_lock_1, "failed to get lock 1");

Completed in 31 milliseconds