| 488 | } |
| 489 | |
| 490 | Status StartThreadInstrumentation(const scoped_refptr<MetricEntity>& server_metrics, |
| 491 | WebCallbackRegistry* web) { |
| 492 | GoogleOnceInit(&once, &InitThreading); |
| 493 | return thread_manager->StartInstrumentation(server_metrics, web); |
| 494 | } |
| 495 | |
| 496 | ThreadJoiner::ThreadJoiner(Thread* thr) |
| 497 | : thread_(CHECK_NOTNULL(thr)), |
nothing calls this directly
no test coverage detected