Searched refs:td_allow_completion_event (Results 1 – 2 of 2) sorted by relevance
1068 if (taskdata->td_allow_completion_event.type == in __kmp_task_finish()1071 __kmp_acquire_tas_lock(&taskdata->td_allow_completion_event.lock, gtid); in __kmp_task_finish()1072 if (taskdata->td_allow_completion_event.type == in __kmp_task_finish()1092 __kmp_release_tas_lock(&taskdata->td_allow_completion_event.lock, gtid); in __kmp_task_finish()1265 task->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED; in __kmp_init_implicit_task()1539 taskdata->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED; in __kmp_task_alloc()4344 if (td->td_allow_completion_event.type == KMP_EVENT_UNINITIALIZED) { in __kmpc_task_allow_completion_event()4345 td->td_allow_completion_event.type = KMP_EVENT_ALLOW_COMPLETION; in __kmpc_task_allow_completion_event()4346 td->td_allow_completion_event.ed.task = task; in __kmpc_task_allow_completion_event()4347 __kmp_init_tas_lock(&td->td_allow_completion_event.lock); in __kmpc_task_allow_completion_event()[all …]
2516 kmp_event_t td_allow_completion_event; member