| 482 | } |
| 483 | } |
| 484 | TimerThread* get_or_create_global_timer_thread() { |
| 485 | pthread_once(&g_timer_thread_once, init_global_timer_thread); |
| 486 | return g_timer_thread; |
| 487 | } |
| 488 | TimerThread* get_global_timer_thread() { |
| 489 | return g_timer_thread; |
| 490 | } |
no outgoing calls
no test coverage detected