[−][src]Struct sgx_tstd::sync::SgxThreadCondvar
Methods
impl SgxThreadCondvar
[src]
pub const fn new() -> SgxThreadCondvar
[src]
pub unsafe fn wait(&self, mutex: &SgxThreadMutex) -> SysError
[src]
pub unsafe fn wait_timeout(
&self,
mutex: &SgxThreadMutex,
dur: Duration
) -> SysError
[src]
&self,
mutex: &SgxThreadMutex,
dur: Duration
) -> SysError
pub unsafe fn signal(&self) -> SysError
[src]
pub unsafe fn broadcast(&self) -> SysError
[src]
pub unsafe fn notify_one(&self) -> SysError
[src]
pub unsafe fn notify_all(&self) -> SysError
[src]
pub unsafe fn destroy(&self) -> SysError
[src]
Trait Implementations
impl Send for SgxThreadCondvar
[src]
impl Sync for SgxThreadCondvar
[src]
Auto Trait Implementations
impl !RefUnwindSafe for SgxThreadCondvar
impl Unpin for SgxThreadCondvar
impl UnwindSafe for SgxThreadCondvar
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,