Lines Matching defs:is_dead
456 * @is_dead: process is dead and awaiting free
500 bool is_dead;
557 * @is_dead: thread is dead and awaiting free
578 bool is_dead;
618 /* unsigned is_dead:1; */ /* not used at the moment */
1858 * it cannot reach zero or thread->is_dead is false
1862 if (thread->is_dead && !atomic_read(&thread->tmp_ref)) {
1886 if (proc->is_dead && RB_EMPTY_ROOT(&proc->threads) &&
3111 if (proc->is_dead || (thread && thread->is_dead)) {
3849 if (target_thread->is_dead) {
5210 thread->is_dead = true;
5969 proc->is_dead = true;