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

Function rpc_req_del

lib_acl_cpp/samples/http_server/rpc_stats.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void rpc_req_del()
44{
45 __lock->lock();
46 __req--;
47 __lock->unlock();
48}
49
50void rpc_req_out()
51{

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…