RTEMS Logo

RTEMS 4.9.2 On-Line Library


Timer Manager Deleting a Timer

PREV UP NEXT Bookshelf RTEMS C User's Guide

8.3.8: Deleting a Timer

The rtems_timer_delete directive is used to delete a timer. If the timer is running and has not expired, the timer is automatically canceled. The timer's control block is returned to the TMCB free list when it is deleted. A timer can be deleted by a task other than the task which created the timer. Any subsequent references to the timer's name and ID are invalid.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation