pub fn sync_threads_and(predicate: bool) -> i32
Synchronize threads with AND of predicate. Transpiles to: __syncthreads_and(predicate)
__syncthreads_and(predicate)