Lines Matching refs:td_allow_completion_event
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()
4349 return &td->td_allow_completion_event; in __kmpc_task_allow_completion_event()