Searched refs:LOCK (Results 1 – 5 of 5) sorted by relevance
11 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 …]
24 private static final Object LOCK = new Object(); field in Configuration30 synchronized(LOCK) { in get()
234 LOCK = 1, enumerator
1389 case FacilityLock::Mode::LOCK: in HandleFacilityLock()
3508 LOCK = 1, enumerator12091 …::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()