Searched refs:omp_lock_hint_uncontended (Results 1 – 6 of 6) sorted by relevance
109 omp_lock_hint_uncontended = omp_sync_hint_uncontended, enumerator
108 omp_lock_hint_uncontended = omp_sync_hint_uncontended,
101 integer(kind=omp_lock_hint_kind)omp_lock_hint_uncontended102 parameter(omp_lock_hint_uncontended=omp_sync_hint_uncontended)
83 …integer (kind=omp_lock_hint_kind), parameter :: omp_lock_hint_uncontended = omp_sync_hint_unconten…
80 integer (kind=omp_lock_hint_kind), parameter :: omp_lock_hint_uncontended = 1
1263 if ((hint & omp_lock_hint_contended) && (hint & omp_lock_hint_uncontended)) in __kmp_map_hint_to_lock()1274 if ((hint & omp_lock_hint_uncontended) && !(hint & omp_lock_hint_speculative)) in __kmp_map_hint_to_lock()