Function roup_clause_default_data_sharing

Source
#[no_mangle]
pub extern "C" fn roup_clause_default_data_sharing(
    clause: *const OmpClause,
) -> i32
Expand description

Get default data sharing from default clause.

Returns -1 if clause is NULL or not a default clause.