Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl810 thr->th.th_itt_mark_single = __itt_mark_create(name.str);
812 thr->th.th_itt_mark_single);
815 __itt_mark(thr->th.th_itt_mark_single, NULL);
817 thr->th.th_itt_mark_single);
824 __itt_mark_type mark = __kmp_thread_from_gtid(gtid)->th.th_itt_mark_single;
H A Dkmp.h3073 kmp_itt_mark_t th_itt_mark_single; member