Lines Matching refs:lck
250 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint… argument
252 __kmp_check_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
298 if (lck != NULL &&
299 __kmp_get_user_lock_owner(lck, seq) ==
302 if (lck != NULL &&
303 __kmp_get_user_lock_owner(lck) ==
309 while (index != 0 && p->stack_data[index].name != lck) {
336 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint3… argument
338 __kmp_push_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck )
347 __kmp_check_sync(gtid, ct, ident, lck, seq);
349 __kmp_check_sync(gtid, ct, ident, lck);
356 p->stack_data[tos].name = lck;