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