Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h198 offset_and_size_t td_taskwait_counter; member
H A Dkmp_debugger.cpp191 offset_and_size_of(kmp_taskdata_t, td_taskwait_counter),
H A Dkmp_tasking.cpp1346 task->td_taskwait_counter = 0;
1595 taskdata->td_taskwait_counter = 0;
2270 taskdata->td_taskwait_counter += 1;
2381 taskdata->td_taskwait_counter += 1;
2944 taskdata->td_taskwait_counter += 1;
H A Dkmp_itt.inl572 taskdata->td_taskwait_counter %
H A Dkmp.h2767 kmp_uint32 td_taskwait_counter; member