Searched refs:create_itt_sync (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | profiling.h | 74 …TBB_EXPORT void __TBB_EXPORTED_FUNC create_itt_sync(void* ptr, const tchar* objtype, const tchar* … 102 inline void create_itt_sync(void *ptr, const char *objtype, const char *objname) { in create_itt_sync() function 114 r1::create_itt_sync(ptr, type, name); in create_itt_sync() 190 inline void create_itt_sync(void* /*ptr*/, const char* /*objtype*/, const char* /*objname*/) {} in create_itt_sync() function
|
| H A D | mutex.h | 35 create_itt_sync(this, "tbb::mutex", ""); in mutex()
|
| H A D | spin_mutex.h | 49 create_itt_sync(this, "tbb::spin_mutex", ""); in spin_mutex()
|
| H A D | queuing_mutex.h | 39 create_itt_sync(this, "tbb::queuing_mutex", ""); in queuing_mutex()
|
| H A D | queuing_rw_mutex.h | 46 create_itt_sync(this, "tbb::queuing_rw_mutex", ""); in queuing_rw_mutex()
|
| H A D | spin_rw_mutex.h | 45 create_itt_sync(this, "tbb::spin_rw_mutex", ""); in spin_rw_mutex()
|
| H A D | rw_mutex.h | 35 create_itt_sync(this, "tbb::rw_mutex", ""); in rw_mutex()
|
| /oneTBB/src/tbb/ |
| H A D | profiling.cpp | 104 void create_itt_sync(void* ptr, const tchar* objtype, const tchar* objname) { in create_itt_sync() function 238 void create_itt_sync(void* /*ptr*/, const tchar* /*objtype*/, const tchar* /*objname*/) {}
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _rtm_mutex.h | 54 create_itt_sync(this, "tbb::speculative_spin_mutex", ""); in alignas()
|
| H A D | _rtm_rw_mutex.h | 57 create_itt_sync(this, "tbb::speculative_spin_rw_mutex", ""); in alignas()
|
| /oneTBB/src/tbb/def/ |
| H A D | win64-tbb.def | 24 ?create_itt_sync@r1@detail@tbb@@YAXPEAXPEB_W1@Z
|
| H A D | win32-tbb.def | 24 ?create_itt_sync@r1@detail@tbb@@YAXPAXPB_W1@Z
|