logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::task_state - The state of the task

Arguments

task
           task_struct pointer

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), or EXIT_DEAD (32).

Name

       function::task_state - The state of the task

See Also

tapset::task(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::TASK_STATE(3stap)

Synopsis

           task_state:long(task:long)

See Also