Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp79 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_extend()
101 kmp_dephash_entry_t *next, *entry; in __kmp_dephash_extend()
136 size_t size = h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create()
167 kmp_dephash_entry_t *entry; in __kmp_dephash_find()
175 entry = (kmp_dephash_entry_t *)__kmp_fast_allocate( in __kmp_dephash_find()
176 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()
178 entry = (kmp_dephash_entry_t *)__kmp_thread_malloc( in __kmp_dephash_find()
179 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()
417 kmp_dephash_entry_t *info = h->buckets[i]; in __kmp_process_dep_all()
467 kmp_dephash_entry_t *info = in __kmp_process_deps()
H A Dkmp_taskdeps.h60 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries()
61 for (kmp_dephash_entry_t *entry = h->buckets[i]; entry; entry = next) { in __kmp_dephash_free_entries()
H A Dkmp.h2502 typedef struct kmp_dephash_entry kmp_dephash_entry_t; typedef
2574 kmp_dephash_entry_t *next_in_bucket;
2578 kmp_dephash_entry_t **buckets;