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>) -> 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