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

Method cancelCpuHighFreq

libapp2sys/src/main/cpp/server.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 int cancelCpuHighFreq(int callertid, int64_t timestamp) {
37 pdbg("ManufacturerCoder cancelCpuHighFreq callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L));
38 return RET_OK;
39 }
40
41 int requestCpuCoreForThread(int scene, int64_t action, std::vector<int>bindtids, int timeoutms, int callertid, int64_t timestamp) {
42 pdbg("ManufacturerCoder requestCpuCoreForThread scene:%d action:%d bindtids len:%d timeoutms:%d callertid:%d timestamp:%d", scene, TOINT(action), TOINT(bindtids.size()), timeoutms, callertid, TOINT(timestamp/1000000L));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected