Searched refs:__itt_sync_create (Results 1 – 3 of 3) sorted by relevance
/llvm-project/openmp/runtime/src/ |
H A D | kmp_itt.inl | 510 __itt_sync_create(object, type, src, __itt_attr_barrier); 586 __itt_sync_create(object, "OMP Taskwait", src, 0); 657 __itt_sync_create(lock, type, src, 0); 674 __itt_sync_create(lock, type, src, 0); 850 __itt_sync_create(thr->th.th_dispatch->th_dispatch_sh_current, 925 __itt_sync_create(object, "OMP Scheduler", name, 0);
|
H A D | kmp_taskdeps.cpp | 49 __itt_sync_create(node, "OMP task dep node", NULL, 0); in __kmp_init_node()
|
/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify.h | 722 #define __itt_sync_create __itt_sync_createW macro 725 #define __itt_sync_create __itt_sync_createA macro 729 void ITTAPI __itt_sync_create(void *addr, const char *objtype, 752 #define __itt_sync_create ITTNOTIFY_VOID(sync_create) 762 #define __itt_sync_create(addr, objtype, objname, attribute)
|