Searched refs:kmp_itthash_entry_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.h289 } kmp_itthash_entry_t; typedef in typeref:struct:kmp_itthash_entry
291 kmp_itthash_entry_t *buckets[KMP_MAX_FRAME_DOMAINS];
H A Dkmp_runtime.cpp6291 kmp_itthash_entry_t *bucket = __kmp_itt_region_domains.buckets[i];
6293 kmp_itthash_entry_t *next = bucket->next_in_bucket;
6301 kmp_itthash_entry_t *bucket = __kmp_itt_barrier_domains.buckets[i];
6303 kmp_itthash_entry_t *next = bucket->next_in_bucket;

Completed in 124 milliseconds