function::task_parent.3stap

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

function::task_parent - The task_struct of the parent task.

SYNOPSIS

     task_parent:long(task:long)
 

ARGUMENTS

task

task_struct pointer.

GENERAL SYNTAX

task_parent:long(task:long)

DESCRIPTION

This function returns the parent task_struct of the given task. This address can be passed to the various task_*() functions to extract more task-specific data.