Searched refs:omp_lock_hint_uncontended (Results 1 – 5 of 5) sorted by relevance
109 omp_lock_hint_uncontended = omp_sync_hint_uncontended, enumerator
109 omp_lock_hint_uncontended = omp_sync_hint_uncontended,
105 integer(kind=omp_lock_hint_kind)omp_lock_hint_uncontended106 parameter(omp_lock_hint_uncontended=omp_sync_hint_uncontended)
122 …integer (kind=omp_lock_hint_kind), parameter, public :: omp_lock_hint_uncontended = omp_sync_hint_…
1462 if ((hint & omp_lock_hint_contended) && (hint & omp_lock_hint_uncontended)) in __kmp_map_hint_to_lock()1473 if ((hint & omp_lock_hint_uncontended) && !(hint & omp_lock_hint_speculative)) in __kmp_map_hint_to_lock()