Struct sgx_types::sgx_thread_mutex_t [−][src]
#[repr(C)]pub struct sgx_thread_mutex_t { pub m_refcount: size_t, pub m_control: uint32_t, pub m_lock: uint32_t, pub m_owner: sgx_thread_t, pub m_queue: sgx_thread_queue_t, }
Fields
m_refcount: size_t
m_control: uint32_t
m_lock: uint32_t
m_owner: sgx_thread_t
m_queue: sgx_thread_queue_t
Auto Trait Implementations
impl Send for sgx_thread_mutex_t
impl Send for sgx_thread_mutex_t
impl Sync for sgx_thread_mutex_t
impl Sync for sgx_thread_mutex_t