pub type _LOCK_RECURSIVE_T = __lock_t;
Aliased Type§
#[repr(C)]pub struct _LOCK_RECURSIVE_T {
pub lock: i32,
pub thread_tag: u32,
pub counter: u32,
}
Fields§
§lock: i32
§thread_tag: u32
§counter: u32
pub type _LOCK_RECURSIVE_T = __lock_t;
#[repr(C)]pub struct _LOCK_RECURSIVE_T {
pub lock: i32,
pub thread_tag: u32,
pub counter: u32,
}
lock: i32
§thread_tag: u32
§counter: u32