Table of Contents
qtimer_destroy - deallocate a qtimer
#include <qthread/qtimer.h>
void
qtimer_destroy (qtimer_t timer);
This function deallocates the
timer object; it must have been allocated with the qtimer_create() function.
qtimer_create(3)
, qtimer_start(3)
, qtimer_stop(3)
, qtimer_secs(3)
Table of Contents