Function ocl_core::enqueue_barrier_with_wait_list [] [src]

pub fn enqueue_barrier_with_wait_list(command_queue: &CommandQueue,
                                      wait_list: Option<&ClWaitList>,
                                      new_event: Option<&mut ClEventPtrNew>,
                                      device_version: Option<&OpenclVersion>)
                                      -> OclResult<()>

[UNTESTED] A synchronization point that enqueues a barrier operation.

SDK Docs

[Version Controlled: OpenCL 1.2+] See module docs for more info.