Lines Matching refs:ret
97 #define EXECUTE_CPU_BOOST_FUNC(x, ctx_id, ret) auto func = CPUBoostAdapter::Instance()->x##Temp; \
99 ret = (func)(ctx_id); \
101 ret = -1; \
106 int ret = 0;
107 EXECUTE_CPU_BOOST_FUNC(cpu_boost_start, ctx_id, ret);
108 return ret;
113 int ret = 0;
114 EXECUTE_CPU_BOOST_FUNC(cpu_boost_end, ctx_id, ret);
115 return ret;
120 int ret = 0;
121 EXECUTE_CPU_BOOST_FUNC(cpu_boost_save, ctx_id, ret);
122 return ret;
127 int ret = 0;
128 EXECUTE_CPU_BOOST_FUNC(cpu_boost_restore, ctx_id, ret);
129 return ret;