Home
last modified time | relevance | path

Searched refs:td_allow_completion_event (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp885 if (taskdata->td_allow_completion_event.type == in __kmp_task_finish()
888 __kmp_acquire_tas_lock(&taskdata->td_allow_completion_event.lock, gtid); in __kmp_task_finish()
889 if (taskdata->td_allow_completion_event.type == in __kmp_task_finish()
909 __kmp_release_tas_lock(&taskdata->td_allow_completion_event.lock, gtid); in __kmp_task_finish()
1081 task->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED; in __kmp_init_implicit_task()
1340 taskdata->td_allow_completion_event.type = KMP_EVENT_UNINITIALIZED; in __kmp_task_alloc()
3894 if (td->td_allow_completion_event.type == KMP_EVENT_UNINITIALIZED) { in __kmpc_task_allow_completion_event()
3895 td->td_allow_completion_event.type = KMP_EVENT_ALLOW_COMPLETION; in __kmpc_task_allow_completion_event()
3896 td->td_allow_completion_event.ed.task = task; in __kmpc_task_allow_completion_event()
3897 __kmp_init_tas_lock(&td->td_allow_completion_event.lock); in __kmpc_task_allow_completion_event()
[all …]
Dkmp.h2389 kmp_event_t td_allow_completion_event; member