Searched refs:thread_ignore (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | ittnotify_static.cpp | 955 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thread_ignore), _init))(void) { in ITT_VERSIONIZE() argument 960 if (ITTNOTIFY_NAME(thread_ignore) && in ITT_VERSIONIZE() 961 ITTNOTIFY_NAME(thread_ignore) != in ITT_VERSIONIZE() 962 ITT_VERSIONIZE(ITT_JOIN(_N_(thread_ignore), _init))) { in ITT_VERSIONIZE() 963 ITTNOTIFY_NAME(thread_ignore)(); in ITT_VERSIONIZE() local 968 ITT_VERSIONIZE(ITT_JOIN(_N_(thread_ignore), _init))(); in ITT_VERSIONIZE() 1431 ITTNOTIFY_NAME(thread_ignore) = ITTNOTIFY_NAME(thr_ignore); in _N_()
|
H A D | ittnotify_static.h | 103 ITT_STUBV(ITTAPI, void, thread_ignore, (void), (ITT_NO_PARAMS), thread_ignore,
|
H A D | ittnotify.h | 541 ITT_STUBV(ITTAPI, void, thread_ignore, (void)) 542 #define __itt_thread_ignore ITTNOTIFY_VOID(thread_ignore) 543 #define __itt_thread_ignore_ptr ITTNOTIFY_NAME(thread_ignore)
|