Searched refs:thread_attached (Results 1 – 2 of 2) sorted by relevance
1699 bool thread_attached = runtime->AttachCurrentThread( in RunPollingThread() local1704 CHECK(thread_attached); in RunPollingThread()
327 bool thread_attached = AttachCurrentThread("Shutdown thread", in ~Runtime() local331 if (UNLIKELY(!thread_attached)) { in ~Runtime()