Constant sgx_types::SGX_THREAD_NONRECURSIVE_MUTEX_INITIALIZER[][src]

pub const SGX_THREAD_NONRECURSIVE_MUTEX_INITIALIZER: sgx_thread_mutex_t = sgx_thread_mutex_t{m_refcount: 0,
                   m_control: SGX_THREAD_MUTEX_NONRECURSIVE,
                   m_lock: 0,
                   m_owner: SGX_THREAD_T_NULL,
                   m_queue:
                       sgx_thread_queue_t{m_first: SGX_THREAD_T_NULL,
                                          m_last: SGX_THREAD_T_NULL,},}