Searched refs:last_ins (Results 1 – 3 of 3) sorted by relevance
176 entry->last_ins = NULL; in __kmp_dephash_find()311 kmp_depnode_list_t *last_ins = info->last_ins; in __kmp_process_deps() local315 if (last_ins || last_mtxs) { in __kmp_process_deps()318 __kmp_depnode_link_successor(gtid, thread, task, node, last_ins); in __kmp_process_deps()323 __kmp_depnode_list_free(thread, last_ins); in __kmp_process_deps()325 info->last_ins = NULL; in __kmp_process_deps()347 if (info->last_flag == ENTRY_LAST_MTXS && last_ins) { // MTXS were last in __kmp_process_deps()349 __kmp_depnode_list_free(thread, last_ins); in __kmp_process_deps()350 info->last_ins = NULL; in __kmp_process_deps()358 info->last_ins = __kmp_add_node(thread, info->last_ins, node); in __kmp_process_deps()[all …]
61 __kmp_depnode_list_free(thread, entry->last_ins); in __kmp_dephash_free_entries()
2263 kmp_depnode_list_t *last_ins; member