qtimer_destroy - Man Page
deallocate a qtimer
Synopsis
#include <qthread/qtimer.h>
void
qtimer_destroy (qtimer_t timer);
Description
This function deallocates the timer object; it must have been allocated with the qtimer_create() function.
See Also
qtimer_create(3), qtimer_start(3), qtimer_stop(3), qtimer_secs(3)
Referenced By
qtimer_create(3), qtimer_fastrand(3), qtimer_secs(3), qtimer_start(3).
JUNE 2010 libqthread