Searched refs:IsAlive (Results 1 – 6 of 6) sorted by relevance
52 #define CHK_ALIVE(thread) CHK((thread)->IsAlive())53 #define CHK_DEAD(thread) CHK(!(thread)->IsAlive())261 bool IsAlive() in IsAlive() function
160 bool IsAlive() in IsAlive() function
572 static bool IsAlive(thread_id id);590 bool IsAlive() const;
799 if (owner->thread < 0 || !Thread::IsAlive(owner->thread)) { in _GetRequestOwner()
336 Thread::IsAlive(thread_id id) in IsAlive() function in Thread398 Thread::IsAlive() const in IsAlive() function in Thread1278 if (!target->IsAlive()) { in send_data_etc()
969 if (!fThreadNotificationsEnabled && !thread->IsAlive()) in _ThreadAdded()