Home
last modified time | relevance | path

Searched refs:ITT_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/oneTBB/src/tbbmalloc/
H A DCustomize.h35 #define MALLOC_ITT_SYNC_PREPARE(pointer) ITT_NOTIFY(sync_prepare, (pointer))
36 #define MALLOC_ITT_SYNC_ACQUIRED(pointer) ITT_NOTIFY(sync_acquired, (pointer))
37 #define MALLOC_ITT_SYNC_RELEASING(pointer) ITT_NOTIFY(sync_releasing, (pointer))
38 #define MALLOC_ITT_SYNC_CANCEL(pointer) ITT_NOTIFY(sync_cancel, (pointer))
/oneTBB/src/tbb/
H A Dprofiling.cpp110 case 0: ITT_NOTIFY(sync_prepare, ptr); break; in call_itt_notify()
111 case 1: ITT_NOTIFY(sync_cancel, ptr); break; in call_itt_notify()
112 case 2: ITT_NOTIFY(sync_acquired, ptr); break; in call_itt_notify()
113 case 3: ITT_NOTIFY(sync_releasing, ptr); break; in call_itt_notify()
114 case 4: ITT_NOTIFY(sync_destroy, ptr); break; in call_itt_notify()
H A Dqueuing_rw_mutex.cpp180 ITT_NOTIFY(sync_prepare, s.my_mutex); in acquire()
220 ITT_NOTIFY(sync_prepare, s.my_mutex); in acquire()
237 ITT_NOTIFY(sync_prepare, s.my_mutex); in acquire()
250 ITT_NOTIFY(sync_acquired, s.my_mutex); in acquire()
276 ITT_NOTIFY(sync_acquired, s.my_mutex); in try_acquire()
284 ITT_NOTIFY(sync_releasing, s.my_mutex); in release()
417 ITT_NOTIFY(sync_releasing, s.my_mutex); in downgrade_to_reader()
467 ITT_NOTIFY(sync_releasing, s.my_mutex); in upgrade_to_writer()
521 ITT_NOTIFY(sync_prepare, s.my_mutex); in upgrade_to_writer()
573 ITT_NOTIFY(sync_acquired, s.my_mutex); in upgrade_to_writer()
H A Ditt_notify.h76 #define ITT_NOTIFY(name,obj) __itt_##name(const_cast<void*>(static_cast<volatile void*>(… macro
96 #define ITT_NOTIFY(name,obj) ((void)0) macro
H A Dparallel_pipeline.cpp205 ITT_NOTIFY( sync_releasing, this ); in try_put_token()
222 ITT_NOTIFY( sync_acquired, this ); in try_to_spawn_task_for_next_token()
282 ITT_NOTIFY( sync_releasing, &my_pipeline.input_tokens ); in try_spawn_stage_task()
406 ITT_NOTIFY( sync_acquired, &my_pipeline.input_tokens ); in execute_filter()