[][src]Trait opencl_core::command_queue::CommandQueueLock

pub trait CommandQueueLock<P> where
    P: CommandQueuePtr
{ unsafe fn write_lock(&self) -> RwLockWriteGuard<P>;
unsafe fn read_lock(&self) -> RwLockReadGuard<P>;
unsafe fn rw_lock(&self) -> &RwLock<P>; fn address(&self) -> String { ... } }

Required methods

unsafe fn write_lock(&self) -> RwLockWriteGuard<P>

unsafe fn read_lock(&self) -> RwLockReadGuard<P>

unsafe fn rw_lock(&self) -> &RwLock<P>

Loading content...

Provided methods

fn address(&self) -> String

Loading content...

Implementors

Loading content...