Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_itt.inl866 thr->th.th_itt_mark_single = __itt_mark_create(name.str);
868 thr->th.th_itt_mark_single);
871 __itt_mark(thr->th.th_itt_mark_single, NULL);
873 thr->th.th_itt_mark_single);
880 __itt_mark_type mark = __kmp_thread_from_gtid(gtid)->th.th_itt_mark_single;
Dkmp.h2635 kmp_itt_mark_t th_itt_mark_single; member