try_to_del_timer_sync

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

try_to_del_timer_sync - Try to deactivate a timer

SYNOPSIS

int try_to_del_timer_sync(struct timer_list * timer);

ARGUMENTS

timer

timer do del

DESCRIPTION

This function tries to deactivate a timer. Upon successful (ret >= 0) exit the timer is not queued and the handler is not running on any CPU.

It must not be called from interrupt contexts.