MCPcopy Create free account
hub / github.com/Tencent/phxsql / GetUsedIORoutine

Method GetUsedIORoutine

phxsqlproxy/io_routine.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int IORoutineMgr::GetUsedIORoutine() const {
35 return max_size_ - io_routine_stack_.size();
36}
37
38int IORoutineMgr::AddIORoutine(IORoutine * io_routine_ptr) {
39 MonitorPluginEntry::GetDefault()->GetMonitorPlugin()->RecycleRoutine();

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected