pub unsafe extern "C" fn xila_read_rwlock(
rwlock: *mut RawRwLock,
) -> boolExpand description
Read lock a rwlock.
ยงSafety
The caller must ensure:
rwlockpoints to a valid, initializedRaw_rwlock_type- The rwlock remains valid for the duration of the call