MCPcopy Create free account
hub / github.com/acl-dev/acl / rpc_req_add

Function rpc_req_add

lib_acl_cpp/samples/http_server/rpc_stats.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void rpc_req_add()
37{
38 __lock->lock();
39 __req++;
40 __lock->unlock();
41}
42
43void rpc_req_del()
44{

Callers 1

rpc_runMethod · 0.70

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…