Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
488
TimerThread* get_global_timer_thread() {
489
return g_timer_thread;
490
}
491
492
} // end namespace bthread
Callers
12
RunUpdateTask
Function · 0.85
RunCase
Function · 0.85
butex_wake
Function · 0.85
butex_wake_n
Function · 0.85
butex_wake_except
Function · 0.85
butex_requeue
Function · 0.85
wait_for_butex
Function · 0.85
butex_wait
Function · 0.85
_destroy_group
Method · 0.85
bthread_timer_del
Function · 0.85
_add_sleep_event
Method · 0.85
interrupt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected