| /oneTBB/include/oneapi/tbb/ |
| H A D | spin_rw_mutex.h | 66 call_itt_notify(prepare, this); in lock() 77 call_itt_notify(acquired, this); in lock() 87 call_itt_notify(acquired, this); in try_lock() 96 call_itt_notify(releasing, this); in unlock() 102 call_itt_notify(prepare, this); in lock_shared() 114 call_itt_notify(acquired, this); in lock_shared() 125 call_itt_notify(acquired, this); in try_lock_shared() 137 call_itt_notify(releasing, this); in unlock_shared() 171 call_itt_notify(releasing, this); in downgrade()
|
| H A D | rw_mutex.h | 56 call_itt_notify(prepare, this); in lock() 66 call_itt_notify(acquired, this); in lock() 78 call_itt_notify(acquired, this); in try_lock() 87 call_itt_notify(releasing, this); in unlock() 101 call_itt_notify(prepare, this); in lock_shared() 121 call_itt_notify(acquired, this); in try_lock_shared() 131 call_itt_notify(releasing, this); in unlock_shared() 179 call_itt_notify(releasing, this); in downgrade()
|
| H A D | spin_mutex.h | 70 call_itt_notify(prepare, this); in lock() 72 call_itt_notify(acquired, this); in lock() 80 call_itt_notify(acquired, this); in try_lock() 87 call_itt_notify(releasing, this); in unlock()
|
| H A D | mutex.h | 55 call_itt_notify(prepare, this); in lock() 66 call_itt_notify(acquired, this); in try_lock() 73 call_itt_notify(releasing, this); in unlock()
|
| H A D | queuing_mutex.h | 87 call_itt_notify(prepare, &m); in acquire() 93 call_itt_notify(acquired, &m); in acquire() 115 call_itt_notify(acquired, &m); in try_acquire() 124 call_itt_notify(releasing, this->m_mutex); in release()
|
| H A D | profiling.h | 73 TBB_EXPORT void __TBB_EXPORTED_FUNC call_itt_notify(int t, void* ptr); 125 r1::call_itt_notify(static_cast<int>(t), ptr); in call_itt_task_notify() 131 inline void call_itt_notify(d1::notify_type t, void *ptr) { in call_itt_notify() function 132 r1::call_itt_notify(static_cast<int>(t), ptr); in call_itt_notify() 192 inline void call_itt_notify(notify_type /*t*/, void* /*ptr*/) {} in call_itt_notify() function
|
| H A D | concurrent_priority_queue.h | 254 call_itt_notify(acquired, this); in handle_operations() 268 call_itt_notify(acquired, &(op_list->status)); in handle_operations() 340 call_itt_notify(releasing, this); in handle_operations()
|
| H A D | enumerable_thread_specific.h | 221 call_itt_notify(acquired,r); 248 call_itt_notify(acquired,r); 255 call_itt_notify(releasing,a); 258 call_itt_notify(acquired, new_r); 274 call_itt_notify(acquired, ir);
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _aggregator.h | 76 call_itt_notify(releasing, &(op->status)); 86 call_itt_notify(acquired, &pending_operations); 95 call_itt_notify(prepare, &(op->status)); 112 call_itt_notify(prepare, &handler_busy); in start_handle_operations() 116 call_itt_notify(acquired, &handler_busy); in start_handle_operations() 124 call_itt_notify(releasing, &pending_operations); in start_handle_operations()
|
| H A D | _concurrent_queue_base.h | 127 d1::call_itt_notify(d1::acquired, &tail_counter); in prepare_page() 156 d1::call_itt_notify(d1::releasing, &tail_counter); in push() 163 d1::call_itt_notify(d1::releasing, &tail_counter); in push() 179 d1::call_itt_notify(d1::acquired, &head_counter); in pop() 181 d1::call_itt_notify(d1::acquired, &tail_counter); in pop()
|
| /oneTBB/src/tbbmalloc/ |
| H A D | Customize.h | 100 inline void call_itt_notify(notify_type t, void *ptr) { in call_itt_notify() function 119 inline void call_itt_notify(notify_type /*t*/, void * /*ptr*/) {} in call_itt_notify() function
|
| /oneTBB/src/tbb/ |
| H A D | profiling.cpp | 108 void call_itt_notify(int t, void *ptr) { in call_itt_notify() function 239 void call_itt_notify(int /*t*/, void* /*ptr*/) {}
|
| /oneTBB/src/tbb/def/ |
| H A D | win64-tbb.def | 23 ?call_itt_notify@r1@detail@tbb@@YAXHPEAX@Z
|
| H A D | win32-tbb.def | 23 ?call_itt_notify@r1@detail@tbb@@YAXHPAX@Z
|