reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2285 kmp_dephash_t
projects/openmp/runtime/src/kmp_taskdeps.cpp66 static kmp_dephash_t *__kmp_dephash_extend(kmp_info_t *thread, 67 kmp_dephash_t *current_dephash) { 68 kmp_dephash_t *h; 76 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); 115 static kmp_dephash_t *__kmp_dephash_create(kmp_info_t *thread, 117 kmp_dephash_t *h; 127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); 151 __kmp_dephash_find(kmp_info_t *thread, kmp_dephash_t **hash, kmp_intptr_t addr) { 152 kmp_dephash_t *h = *hash; 290 __kmp_process_deps(kmp_int32 gtid, kmp_depnode_t *node, kmp_dephash_t **hash, 410 kmp_task_t *task, kmp_dephash_t **hash,projects/openmp/runtime/src/kmp_taskdeps.h
55 kmp_dephash_t *h) { 79 static inline void __kmp_dephash_free(kmp_info_t *thread, kmp_dephash_t *h) {