Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp1261 uint32_t old_val, new_val, test_val; in _acpica_acquire_global_lock() local
1263 old_val = test_val = table->GlobalLock; in _acpica_acquire_global_lock()
1272 } while (old_val != test_val); in _acpica_acquire_global_lock()
1288 uint32_t old_val, new_val, test_val; in _acpica_release_global_lock() local
1290 old_val = test_val = table->GlobalLock; in _acpica_release_global_lock()
1294 } while (old_val != test_val); in _acpica_release_global_lock()

Completed in 4 milliseconds