Home
last modified time | relevance | path

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

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/tests/
Dtest.rs11 static ref LOCK: Mutex<()> = Mutex::new(());
39 let _g = LOCK.lock(); in cross_disabled()
51 let _g = LOCK.lock(); in cross_enabled()
61 let _g = LOCK.lock(); in cross_enabled_if_customized()
71 let _g = LOCK.lock(); in cross_disabled_if_customized()
85 let _g = LOCK.lock(); in package_disabled()
96 let _g = LOCK.lock(); in output_ok()
110 let _g = LOCK.lock(); in escapes()
132 let _g = LOCK.lock(); in framework()
145 let _g = LOCK.lock(); in get_variable()
[all …]
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DConfiguration.java24 private static final Object LOCK = new Object(); field in Configuration
30 synchronized(LOCK) { in get()
/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.h234 LOCK = 1, enumerator
Dsim_service.cpp1389 case FacilityLock::Mode::LOCK: in HandleFacilityLock()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h3508 LOCK = 1, enumerator
12091 …::VehicleIgnitionState::LOCK) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V2…
12095 flipped |= ::android::hardware::automotive::vehicle::V2_0::VehicleIgnitionState::LOCK;
12135 if (o == ::android::hardware::automotive::vehicle::V2_0::VehicleIgnitionState::LOCK) { in toString()