function::task_current.3stap

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

function::task_current - The current task_struct of the current task.

SYNOPSIS

     task_current:long()
 

ARGUMENTS

None

GENERAL SYNTAX

task_current:long

DESCRIPTION

This function returns the task_struct representing the current process. This address can be passed to the various task_*() functions to extract more task-specific data.