Skip to main content

rwlock_try_acquire

Function rwlock_try_acquire 

Source
pub fn rwlock_try_acquire(
    request: RwLockAcquireRequest<'_>,
    operations: &ContextOperations,
) -> (bool, ContextState)
Expand description

Attempts an external spin read-write acquisition through the native state machine.