Home
last modified time | relevance | path

Searched refs:IsAlive (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp52 #define CHK_ALIVE(thread) CHK((thread)->IsAlive())
53 #define CHK_DEAD(thread) CHK(!(thread)->IsAlive())
261 bool IsAlive() in IsAlive() function
/haiku/headers/private/shared/
H A DWeakReferenceable.h160 bool IsAlive() in IsAlive() function
/haiku/headers/private/kernel/
H A Dthread_types.h572 static bool IsAlive(thread_id id);
590 bool IsAlive() const;
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp799 if (owner->thread < 0 || !Thread::IsAlive(owner->thread)) { in _GetRequestOwner()
/haiku/src/system/kernel/
H A Dthread.cpp336 Thread::IsAlive(thread_id id) in IsAlive() function in Thread
398 Thread::IsAlive() const in IsAlive() function in Thread
1278 if (!target->IsAlive()) { in send_data_etc()
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp969 if (!fThreadNotificationsEnabled && !thread->IsAlive()) in _ThreadAdded()