function::task_state.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

function::task_state - The state of the task.

SYNOPSIS

     task_state:long(task:long)
 

ARGUMENTS

task

task_struct pointer.

GENERAL SYNTAX

task_state:long(task:long)

DESCRIPTION

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).