Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/tools/archer/
H A Dompt-tsan.cpp974 TaskData *ToTask = ToTaskData(second_task_data); in ompt_tsan_task_schedule() local
976 if (hasReductionCallback < ompt_set_always && ToTask->InBarrier) { in ompt_tsan_task_schedule()
987 ToTask->ImplicitTask = FromTask->ImplicitTask; in ompt_tsan_task_schedule()
988 assert(ToTask->ImplicitTask != NULL && in ompt_tsan_task_schedule()
993 if (ToTask->execution == 0) { in ompt_tsan_task_schedule()
994 ToTask->execution++; in ompt_tsan_task_schedule()
995 acquireDependencies(ToTask); in ompt_tsan_task_schedule()
999 TsanHappensAfter(ToTask->GetTaskPtr()); in ompt_tsan_task_schedule()