MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / requestCpuCoreForThread

Method requestCpuCoreForThread

libapp2sys/src/main/cpp/protocol.h:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Calls

no outgoing calls

Tested by

no test coverage detected