Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_monitor.cpp52 tbb::task_scheduler_handle handler{tbb::attach{}}; variable
99 tbb::finalize(handler);
H A Dtest_task_arena.cpp1745 for (auto& handler : arenas_pool) { in StressTestMixFunctionality() local
1746 if (handler.status != arena_handler::deleted) delete handler.arena; in StressTestMixFunctionality()
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp87 std::new_handler handler; in InternalOperatorNew() local
89 handler = std::get_new_handler(); in InternalOperatorNew()
93 handler = std::set_new_handler(0); in InternalOperatorNew()
94 std::set_new_handler(handler); in InternalOperatorNew()
97 if (handler) { in InternalOperatorNew()
98 (*handler)(); in InternalOperatorNew()
/oneTBB/src/tbb/
H A Ddynamic_link.h58 pointer_to_handler* handler; member
H A Ddynamic_link.cpp143 *descriptors[k].handler = h[k]; in resolve_symbols()
356 *descriptors[k].handler = (pointer_to_handler) descriptors[k].ptr; in weak_symbol_link()
/oneTBB/src/tbb/tools_api/
H A Dittnotify_static.c335 …__itt_error_handler_t* handler = (__itt_error_handler_t*)(size_t)_N_(_ittapi_global).error_handler; in __itt_report_error() local
336 handler((__itt_error_code)code, args); in __itt_report_error()
1734 ITT_EXTERN_C __itt_error_handler_t* _N_(set_error_handler)(__itt_error_handler_t* handler) in _N_()
1737 _N_(_ittapi_global).error_handler = (void*)(size_t)handler; in _N_()