Function ocl_core::enqueue_marker_with_wait_list [] [src]

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

[UNTESTED] Enqueues a marker command which waits for either a list of events to complete, or all previously enqueued commands to complete.

SDK Docs

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