Searched refs:TASK_IMPLICIT (Results 1 – 3 of 3) sorted by relevance
131 if (current_task->td_flags.tasktype == TASK_IMPLICIT) in __kmp_dephash_create()
928 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { in __kmp_free_task_and_ancestors()1250 task->td_flags.tasktype = TASK_IMPLICIT; in __kmp_init_implicit_task()1774 current_task->td_flags.tasktype == TASK_IMPLICIT; in __kmp_invoke_task()
48 #define TASK_IMPLICIT 0 macro