Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_lock.h1241 kmp_uint32 nrow_ptrs; // number *table pointer entries in table member
1253 kmp_lock_index_t max_locks = lock_table->nrow_ptrs * KMP_I_LOCK_CHUNK; in __kmp_get_i_lock()
HDkmp_lock.cpp3144 if (table_idx < lock_table->nrow_ptrs * KMP_I_LOCK_CHUNK) { in __kmp_allocate_indirect_lock()
3160 sizeof(kmp_indirect_lock_t *) * 2 * lock_table->nrow_ptrs); in __kmp_allocate_indirect_lock()
3161 next_table->nrow_ptrs = 2 * lock_table->nrow_ptrs; in __kmp_allocate_indirect_lock()
3355 __kmp_i_lock_table.nrow_ptrs = KMP_I_LOCK_TABLE_INIT_NROW_PTRS; in __kmp_init_dynamic_user_locks()
3445 for (kmp_uint32 row = 0; row < ptr->nrow_ptrs; ++row) { in __kmp_cleanup_indirect_user_locks()