Searched refs:IsAlive (Results 1 - 6 of 6) sorted by path

/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() function in struct:Thread
/haiku/headers/private/kernel/
H A Dthread_types.h571 static bool IsAlive(thread_id id);
589 bool IsAlive() const;
/haiku/headers/private/shared/
H A DWeakReferenceable.h160 bool IsAlive() function in class:BPrivate::BWeakReference
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp964 if (!fThreadNotificationsEnabled && !thread->IsAlive())
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp799 if (owner->thread < 0 || !Thread::IsAlive(owner->thread)) {
/haiku/src/system/kernel/
H A Dthread.cpp335 Thread::IsAlive(thread_id id) function in class:Thread
397 Thread::IsAlive() const function in class:Thread
1270 if (!target->IsAlive()) {

Completed in 80 milliseconds