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

Auto Trait Implementations

impl Send for sgx_thread_mutex_t

impl Sync for sgx_thread_mutex_t