Home
last modified time | relevance | path

Searched refs:call_itt_notify (Results 1 – 14 of 14) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dspin_rw_mutex.h66 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 Drw_mutex.h56 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 Dspin_mutex.h70 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 Dmutex.h55 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 Dqueuing_mutex.h87 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 Dprofiling.h73 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 Dconcurrent_priority_queue.h254 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 Denumerable_thread_specific.h221 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.h76 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.h127 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 DCustomize.h100 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 Dprofiling.cpp108 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 Dwin64-tbb.def23 ?call_itt_notify@r1@detail@tbb@@YAXHPEAX@Z
H A Dwin32-tbb.def23 ?call_itt_notify@r1@detail@tbb@@YAXHPAX@Z