Searched refs:UNLOCKED (Results 1 – 4 of 4) sorted by relevance
128 private val UNLOCKED = Symbol("UNLOCKED") constant133 private val EMPTY_UNLOCKED = Empty(UNLOCKED)149 is Empty -> return state.locked !== UNLOCKED in toString()167 if (state.locked !== UNLOCKED) return false in toString()195 if (state.locked !== UNLOCKED) { // try upgrade to queue & retry in toString()231 if (state.locked !== UNLOCKED) { // try upgrade to queue & retry in toString()303 check(state.locked !== UNLOCKED) { "Mutex is not locked" } in toString()
192 #define UNLOCKED(stmt) \ in bufferevent_run_deferred_callbacks_unlocked() macro202 UNLOCKED(errorcb(bufev, BEV_EVENT_CONNECTED, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()208 UNLOCKED(readcb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()215 UNLOCKED(writecb(bufev, cbarg)); in bufferevent_run_deferred_callbacks_unlocked()225 UNLOCKED(errorcb(bufev,what,cbarg)); in bufferevent_run_deferred_callbacks_unlocked()228 #undef UNLOCKED in bufferevent_run_deferred_callbacks_unlocked()
722 LOCKED state or UNLOCKED state as used in Android.725 are fatal whereas in UNLOCKED state they are not. If the device is726 UNLOCKED pass `AVB_SLOT_VERIFY_FLAGS_ALLOW_VERIFICATION_ERROR` flag in741 state) and `fastboot flashing unlock` (to transition to the UNLOCKED745 UNLOCKED or UNLOCKED to LOCKED) after asserting physical presence of751 the UNLOCKED state (including the `userdata` partition and any NVRAM755 shall also happening when transitioning from UNLOCKED to LOCKED. If757 intensive wipe is required for UNLOCKED to LOCKED. Depending on the769 UNLOCKED), and named persistent values. If tampering has been detected777 possible to set or clear a key while the device is in the UNLOCKED[all …]
368 } else { // Boot is UNLOCKED (0x0)