Searched refs:permit_handle (Results 1 – 2 of 2) sorted by relevance
149 tcm_permit_handle_t* permit_handle,152 __TCM_EXPORT tcm_result_t tcmGetPermitData(tcm_permit_handle_t permit_handle,157 __TCM_EXPORT tcm_result_t tcmIdlePermit(tcm_permit_handle_t permit_handle);159 __TCM_EXPORT tcm_result_t tcmDeactivatePermit(tcm_permit_handle_t permit_handle);161 __TCM_EXPORT tcm_result_t tcmActivatePermit(tcm_permit_handle_t permit_handle);163 __TCM_EXPORT tcm_result_t tcmRegisterThread(tcm_permit_handle_t permit_handle);
51 void* callback_arg, tcm_permit_handle_t* permit_handle, tcm_permit_t* permit){nullptr};52 tcm_result_t(*tcm_get_permit_data)(tcm_permit_handle_t permit_handle, tcm_permit_t* permit){nullptr…54 tcm_result_t(*tcm_idle_permit)(tcm_permit_handle_t permit_handle){nullptr};55 tcm_result_t(*tcm_deactivate_permit)(tcm_permit_handle_t permit_handle){nullptr};56 tcm_result_t(*tcm_activate_permit)(tcm_permit_handle_t permit_handle){nullptr};57 tcm_result_t(*tcm_register_thread)(tcm_permit_handle_t permit_handle){nullptr};122 tcm_permit_handle_t& permit_handle() { in permit_handle() function in tbb::detail::r1::tcm_client