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