Skip to main content

rwlock_acquire

Function rwlock_acquire 

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

Acquires an external spin read-write lock through the native state machine.