Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt128 private val UNLOCKED = Symbol("UNLOCKED") constant
133 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()
/external/libevent/
Dbufferevent.c192 #define UNLOCKED(stmt) \ in bufferevent_run_deferred_callbacks_unlocked() macro
202 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()
/external/avb/
DREADME.md722 LOCKED state or UNLOCKED state as used in Android.
725 are fatal whereas in UNLOCKED state they are not. If the device is
726 UNLOCKED pass `AVB_SLOT_VERIFY_FLAGS_ALLOW_VERIFICATION_ERROR` flag in
741 state) and `fastboot flashing unlock` (to transition to the UNLOCKED
745 UNLOCKED or UNLOCKED to LOCKED) after asserting physical presence of
751 the UNLOCKED state (including the `userdata` partition and any NVRAM
755 shall also happening when transitioning from UNLOCKED to LOCKED. If
757 intensive wipe is required for UNLOCKED to LOCKED. Depending on the
769 UNLOCKED), and named persistent values. If tampering has been detected
777 possible to set or clear a key while the device is in the UNLOCKED
[all …]
/external/libese/apps/boot/
DREADME.md368 } else { // Boot is UNLOCKED (0x0)