Home
last modified time | relevance | path

Searched refs:ITT_STUBV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h39 ITT_STUBV(ITTAPI, void, module_load_with_sections,
42 ITT_STUBV(ITTAPI, void, module_unload_with_sections,
89 ITT_STUBV(ITTAPI, void, pause, (void), (ITT_NO_PARAMS), pause,
91 ITT_STUBV(ITTAPI, void, resume, (void), (ITT_NO_PARAMS), resume,
95 ITT_STUBV(ITTAPI, void, thread_set_nameA, (const char *name), (ITT_FORMAT name),
97 ITT_STUBV(ITTAPI, void, thread_set_nameW, (const wchar_t *name),
100 ITT_STUBV(ITTAPI, void, thread_set_name, (const char *name), (ITT_FORMAT name),
103 ITT_STUBV(ITTAPI, void, thread_ignore, (void), (ITT_NO_PARAMS), thread_ignore,
118 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void), (ITT_NO_PARAMS), thr_ignore,
142 ITT_STUBV(ITTAPI, void, enable_attach, (void), (ITT_NO_PARAMS), enable_attach,
[all …]
H A Dittnotify.h303 #ifdef ITT_STUBV
304 #undef ITT_STUBV
306 #define ITT_STUBV(api, type, name, args) \ macro
309 #define ITT_STUB ITT_STUBV
356 ITT_STUBV(ITTAPI, void, pause, (void))
357 ITT_STUBV(ITTAPI, void, resume, (void))
358 ITT_STUBV(ITTAPI, void, detach, (void))
495 ITT_STUBV(ITTAPI, void, thread_set_nameA, (const char *name))
496 ITT_STUBV(ITTAPI, void, thread_set_nameW, (const wchar_t *name))
498 ITT_STUBV(ITTAPI, void, thread_set_name, (const char *name))
[all …]
H A Dittnotify_static.cpp175 #undef ITT_STUBV
194 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ macro
215 #undef ITT_STUBV
223 #define ITT_STUBV(api, type, name, args, params, ptr, group, format) \ macro
269 #undef ITT_STUBV
276 #define ITT_STUBV ITT_STUB macro
282 #undef ITT_STUBV
288 #define ITT_STUBV ITT_STUB macro
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h230 #ifdef ITT_STUBV
231 #undef ITT_STUBV
233 #define ITT_STUBV(api, type, name, args) \ macro
236 #define ITT_STUB ITT_STUBV
283 ITT_STUBV(ITTAPI, void, pause, (void))
284 ITT_STUBV(ITTAPI, void, resume, (void))
285 ITT_STUBV(ITTAPI, void, detach, (void))
385 ITT_STUBV(LIBITTAPI, void, thr_ignore, (void))
453 ITT_STUBV(ITTAPI, void, sync_set_nameA,
455 ITT_STUBV(ITTAPI, void, sync_set_nameW,
[all …]