IsAlive
static bool IsAlive(thread_id id);
bool IsAlive() const;
bool IsAlive()
if (!fThreadNotificationsEnabled && !thread->IsAlive())
if (!target->IsAlive()) {
#define CHK_ALIVE(thread) CHK((thread)->IsAlive())
#define CHK_DEAD(thread) CHK(!(thread)->IsAlive())