GNU/Linux |
CentOS 5.6 |
|
![]() |
function::task_state(3stap) |
![]() |
function::task_state − The state of the task.
task_state:long(task:long)
task |
task_struct pointer. |
task_state:long(task:long)
Return the state of the given task, one of: TASK_RUNNING (0), TASK_INTERRUPTIBLE (1), TASK_UNINTERRUPTIBLE (2), TASK_STOPPED (4), TASK_TRACED (8), EXIT_ZOMBIE (16), EXIT_DEAD (32).
![]() |
function::task_state(3stap) | ![]() |