Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp76 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_extend()
91 kmp_dephash_entry_t *next, *entry; in __kmp_dephash_extend()
127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create()
160 kmp_dephash_entry_t *entry; in __kmp_dephash_find()
168 entry = (kmp_dephash_entry_t *)__kmp_fast_allocate( in __kmp_dephash_find()
169 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()
171 entry = (kmp_dephash_entry_t *)__kmp_thread_malloc( in __kmp_dephash_find()
172 thread, sizeof(kmp_dephash_entry_t)); in __kmp_dephash_find()
308 kmp_dephash_entry_t *info = in __kmp_process_deps()
Dkmp_taskdeps.h58 kmp_dephash_entry_t *next; in __kmp_dephash_free_entries()
59 for (kmp_dephash_entry_t *entry = h->buckets[i]; entry; entry = next) { in __kmp_dephash_free_entries()
Dkmp.h2219 typedef struct kmp_dephash_entry kmp_dephash_entry_t; typedef
2267 kmp_dephash_entry_t *next_in_bucket;
2271 kmp_dephash_entry_t **buckets;