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

Method cancelGpuHighFreq

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

Source from the content-addressed store, hash-verified

164 }
165
166 virtual int cancelGpuHighFreq(int callertid, int64_t timestamp) {
167 UNUSED(callertid);
168 UNUSED(timestamp);
169 return ERR_FUNCTION_NOT_SUPPORT;
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);

Calls

no outgoing calls

Tested by

no test coverage detected