MCPcopy Create free account
hub / github.com/apache/brpc / routine

Method routine

test/bthread_timer_thread_unittest.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 static void routine(void *arg)
93 {
94 TimeKeeper* keeper = (TimeKeeper*)arg;
95 keeper->run();
96 }
97
98 timespec _expect_run_time;
99 bthread::TimerThread::TaskId _task_id;

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected