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

Method cancelCpuCoreForThread

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

Source from the content-addressed store, hash-verified

180 }
181
182 virtual int cancelCpuCoreForThread(std::vector<int>bindtids, int callertid, int64_t timestamp) {
183 UNUSED(bindtids);
184 UNUSED(callertid);
185 UNUSED(timestamp);
186 return ERR_FUNCTION_NOT_SUPPORT;
187 }
188
189 virtual int requestHighIOFreq(int scene, int64_t action, int level, int timeoutms, int callertid, int64_t timestamp) {
190 UNUSED(scene);

Calls

no outgoing calls

Tested by

no test coverage detected