Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_taskdeps.cpp66 static kmp_dephash_t *__kmp_dephash_extend(kmp_info_t *thread, in __kmp_dephash_extend()
67 kmp_dephash_t *current_dephash) { in __kmp_dephash_extend()
68 kmp_dephash_t *h; in __kmp_dephash_extend()
76 new_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_extend()
79 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size_to_allocate); in __kmp_dephash_extend()
81 h = (kmp_dephash_t *)__kmp_thread_malloc(thread, size_to_allocate); in __kmp_dephash_extend()
115 static kmp_dephash_t *__kmp_dephash_create(kmp_info_t *thread, in __kmp_dephash_create()
117 kmp_dephash_t *h; in __kmp_dephash_create()
127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create()
130 h = (kmp_dephash_t *)__kmp_fast_allocate(thread, size); in __kmp_dephash_create()
[all …]
Dkmp_taskdeps.h55 kmp_dephash_t *h) { in __kmp_dephash_free_entries()
79 static inline void __kmp_dephash_free(kmp_info_t *thread, kmp_dephash_t *h) { in __kmp_dephash_free()
Dkmp.h2276 } kmp_dephash_t; typedef
2374 kmp_dephash_t