Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp89 h->buckets = (kmp_dephash_entry **)(h + 1); in __kmp_dephash_extend()
148 h->buckets = (kmp_dephash_entry **)(h + 1); in __kmp_dephash_create()
157 static kmp_dephash_entry *__kmp_dephash_find(kmp_info_t *thread, in __kmp_dephash_find()
H A Dkmp.h2502 typedef struct kmp_dephash_entry kmp_dephash_entry_t;
2567 struct kmp_dephash_entry { struct