Searched refs:TASK_DEAD (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c999 tsk->state = TASK_DEAD;
H A Dsched.c1882 * If a task dies, then it sets TASK_DEAD in tsk->state and calls
1885 * The test for TASK_DEAD must occur while the runqueue locks are
1897 if (unlikely(prev_state == TASK_DEAD)) {
5361 BUG_ON(p->state == TASK_DEAD);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h194 #define TASK_DEAD 64 macro

Completed in 179 milliseconds