Home
last modified time | relevance | path

Searched defs:notify_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dprofiling.h68 enum notify_type {prepare=0, cancel, acquired, releasing, destroy}; enum
128 inline void call_itt_task_notify(d1::notify_type, void *) {} in call_itt_task_notify()
192 inline void call_itt_notify(notify_type /*t*/, void* /*ptr*/) {} in call_itt_notify() argument
194 inline void call_itt_task_notify(notify_type /*t*/, void* /*ptr*/) {} in call_itt_task_notify() argument
/oneTBB/src/tbbmalloc/
H A DCustomize.h97 enum notify_type {prepare=0, cancel, acquired, releasing}; enum
119 inline void call_itt_notify(notify_type /*t*/, void * /*ptr*/) {} in call_itt_notify() argument