Searched refs:last_out (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp175 entry->last_out = NULL;
310 kmp_depnode_t *last_out = info->last_out; local
329 __kmp_depnode_link_successor(gtid, thread, task, node, last_out);
331 __kmp_node_deref(thread, last_out);
336 info->last_out = NULL;
338 info->last_out = __kmp_node_ref(node);
341 // in --> link node to either last_out or last_mtxs, clean earlier deps
345 __kmp_node_deref(thread, last_out);
346 info->last_out
[all...]
H A Dkmp_taskdeps.h63 __kmp_node_deref(thread, entry->last_out);
H A Dkmp.h2169 kmp_depnode_t *last_out; member in struct:kmp_dephash_entry

Completed in 76 milliseconds