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