| 170 | } |
| 171 | |
| 172 | virtual int requestCpuCoreForThread(int scene, int64_t action, std::vector<int>bindtids, int timeoutms, int callertid, int64_t timestamp) { |
| 173 | UNUSED(scene); |
| 174 | UNUSED(action); |
| 175 | UNUSED(bindtids); |
| 176 | UNUSED(timeoutms); |
| 177 | UNUSED(callertid); |
| 178 | UNUSED(timestamp); |
| 179 | return ERR_FUNCTION_NOT_SUPPORT; |
| 180 | } |
| 181 | |
| 182 | virtual int cancelCpuCoreForThread(std::vector<int>bindtids, int callertid, int64_t timestamp) { |
| 183 | UNUSED(bindtids); |