Searched refs:omp_lock_hint_t (Results 1 – 3 of 3) sorted by relevance
122 typedef omp_sync_hint_t omp_lock_hint_t; typedef125 extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t);126 …extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t);
122 typedef omp_sync_hint_t omp_lock_hint_t;125 extern void __KAI_KMPC_CONVENTION omp_init_lock_with_hint(omp_lock_t *, omp_lock_hint_t);126 …extern void __KAI_KMPC_CONVENTION omp_init_nest_lock_with_hint(omp_nest_lock_t *, omp_lock_hint_t);
2479 ompt_mutex_lock, (omp_lock_hint_t)hint, in __kmpc_init_lock_with_hint()2503 ompt_mutex_nest_lock, (omp_lock_hint_t)hint, in __kmpc_init_nest_lock_with_hint()