Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dgovernor.cpp366 static void (*deallocate_binding_handler_ptr)( binding_handler* handler_ptr ) variable
383 DLD(__TBB_internal_deallocate_binding_handler, deallocate_binding_handler_ptr),
500 __TBB_ASSERT(deallocate_binding_handler_ptr, "tbbbind loading was not performed"); in destroy_binding_handler()
501 deallocate_binding_handler_ptr(handler_ptr); in destroy_binding_handler()