Man Page: function::task_state
Operating Environment: centos
Section: 3stap
FUNCTION::TASK_STATE(3stap) Context Functions FUNCTION::TASK_STATE(3stap)NAMEfunction::task_state - The state of the taskSYNOPSIStask_state:long(task:long)ARGUMENTStask task_struct pointerDESCRIPTIONReturn 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). SystemTap Tapset Reference June 2014 FUNCTION::TASK_STATE(3stap)
| Related Man Pages |
|---|
| function::ctime(3) - debian |
| function::ctime(3stap) - centos |
| function::ansi_set_color2(3stap) - centos |
| tapset::task(3stap) - centos |
| tapset::task_time(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |