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.
pub fn rwlock_try_acquire(
request: RwLockAcquireRequest<'_>,
operations: &ContextOperations,
) -> (bool, ContextState)Attempts an external spin read-write acquisition through the native state machine.