Searched refs:__itt_collection_scope (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbb/tools_api/ |
| H A D | ittnotify.h | 331 } __itt_collection_scope; typedef 334 void ITTAPI __itt_pause_scoped(__itt_collection_scope); 336 void ITTAPI __itt_resume_scoped(__itt_collection_scope); 342 ITT_STUBV(ITTAPI, void, pause_scoped, (__itt_collection_scope)) 344 ITT_STUBV(ITTAPI, void, resume_scoped, (__itt_collection_scope))
|
| H A D | ittnotify_static.h | 69 ITT_STUBV(ITTAPI, void, pause_scoped, (__itt_collection_scope scope), (ITT_FORMAT scope), pause_sc… 70 ITT_STUBV(ITTAPI, void, resume_scoped, (__itt_collection_scope scope), (ITT_FORMAT scope), resume_s…
|
| H A D | ittnotify_static.c | 1043 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(pause_scoped),_init))(__itt_collection_scope scope) in ITT_VERSIONIZE() 1055 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(resume_scoped),_init))(__itt_collection_scope scope) in ITT_VERSIONIZE()
|