sync_threads_and

Function sync_threads_and 

Source
pub fn sync_threads_and(predicate: bool) -> i32
Expand description

Synchronize threads with AND of predicate. Transpiles to: __syncthreads_and(predicate)