pub type RecursiveLock = _LOCK_RECURSIVE_T;Expand description
A recursive lock.
Aliased Type§
#[repr(C)]pub struct RecursiveLock {
pub lock: i32,
pub thread_tag: u32,
pub counter: u32,
}Fields§
§lock: i32§thread_tag: u32§counter: u32