tracehook_finish_release_task

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

tracehook_finish_release_task - final tracing clean-up

SYNOPSIS

void tracehook_finish_release_task(struct task_struct * task);

ARGUMENTS

task

task in EXIT_DEAD state

DESCRIPTION

This is called in release_task when task is being in the middle of being reaped. After this, there must be no tracing entanglements.

Called with write_lock_irq(tasklist_lock) held.