Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ routine
Method
routine
test/bthread_timer_thread_unittest.cpp:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
static void routine(void* arg)
195
{
196
TestTask* task = (TestTask*)arg;
197
task->run();
198
}
199
timespec _running_time;
200
201
private:
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected