qtimer_create - Man Page

Name

qtimer_create
— allocate a qtimer

Synopsis

#include <qthread/qtimer.h>

qtimer_t
qtimer_create (void);

Description

This function initializes a qtimer_t object and prepares for taking high-resolution low-overhead timings (on supported platforms).

Return Values

Returns an initialized qtimer_t object.

See Also

qtimer_destroy(3), qtimer_start(3), qtimer_stop(3), qtimer_secs(3)

Referenced By

qtimer_destroy(3), qtimer_fastrand(3), qtimer_secs(3), qtimer_start(3).

JUNE 2010 libqthread