Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify.h241 #define ITTNOTIFY_VOID(n) (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n) macro
316 #define __itt_pause ITTNOTIFY_VOID(pause)
318 #define __itt_resume ITTNOTIFY_VOID(resume)
320 #define __itt_detach ITTNOTIFY_VOID(detach)
373 #define __itt_thread_set_nameA ITTNOTIFY_VOID(thread_set_nameA)
375 #define __itt_thread_set_nameW ITTNOTIFY_VOID(thread_set_nameW)
378 #define __itt_thread_set_name ITTNOTIFY_VOID(thread_set_name)
413 #define __itt_thread_ignore ITTNOTIFY_VOID(thread_ignore)
464 #define __itt_suppress_push ITTNOTIFY_VOID(suppress_push)
484 #define __itt_suppress_pop ITTNOTIFY_VOID(suppress_pop)
[all …]
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
Dittnotify.h171 #define ITTNOTIFY_VOID(n) (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n) macro
246 #define __itt_pause ITTNOTIFY_VOID(pause)
248 #define __itt_resume ITTNOTIFY_VOID(resume)
250 #define __itt_detach ITTNOTIFY_VOID(detach)
344 #define __itt_thr_ignore ITTNOTIFY_VOID(thr_ignore)
412 #define __itt_sync_set_nameA ITTNOTIFY_VOID(sync_set_nameA)
414 #define __itt_sync_set_nameW ITTNOTIFY_VOID(sync_set_nameW)
417 #define __itt_sync_set_name ITTNOTIFY_VOID(sync_set_name)
517 #define __itt_notify_sync_prepare ITTNOTIFY_VOID(notify_sync_prepare)
538 #define __itt_notify_sync_cancel ITTNOTIFY_VOID(notify_sync_cancel)
[all …]