Home
last modified time | relevance | path

Searched refs:ilock (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_csupport.cpp1281 __ompt_get_mutex_impl_type(void *user_lock, kmp_indirect_lock_t *ilock = 0) { in __ompt_get_mutex_impl_type() argument
1299 ilock = KMP_LOOKUP_I_LOCK(user_lock); in __ompt_get_mutex_impl_type()
1301 KMP_ASSERT(ilock); in __ompt_get_mutex_impl_type()
1302 switch (ilock->type) { in __ompt_get_mutex_impl_type()