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

Function get_global_timer_thread

src/bthread/timer_thread.cpp:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 return g_timer_thread;
487}
488TimerThread* get_global_timer_thread() {
489 return g_timer_thread;
490}
491
492} // end namespace bthread

Callers 12

RunUpdateTaskFunction · 0.85
RunCaseFunction · 0.85
butex_wakeFunction · 0.85
butex_wake_nFunction · 0.85
butex_wake_exceptFunction · 0.85
butex_requeueFunction · 0.85
wait_for_butexFunction · 0.85
butex_waitFunction · 0.85
_destroy_groupMethod · 0.85
bthread_timer_delFunction · 0.85
_add_sleep_eventMethod · 0.85
interruptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected