Searched refs:tasktype (Results 1 – 8 of 8) sorted by relevance
49 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */ member
55 : (info->td_flags.tasktype ? ompt_task_explicit \
115 OMPD_BITFIELD(kmp_tasking_flags_t, tasktype) \
88 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_trace_task_stack() 169 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_push_task_stack() 251 KMP_DEBUG_ASSERT(tied_task->td_flags.tasktype == TASK_TIED); in __kmp_pop_task_stack() 273 if (current->td_flags.tasktype == TASK_EXPLICIT ||679 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);893 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);951 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);973 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) {1054 KMP_DEBUG_ASSERT(taskdata->td_flags.tasktype == TASK_EXPLICIT);1350 task->td_flags.tasktype [all...]
474 if (taskdata->td_flags.tasktype != TASK_EXPLICIT) in __ompt_get_task_memory_internal()
131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
1667 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
2701 unsigned tasktype : 1; member 2728 unsigned tasktype : 1; /* task is either explicit(1) or implicit (0) */