qt_sinc_destroy - Man Page
deallocate and clean-up a sinc
Synopsis
#include <qthread/sinc.h>
void
qt_sinc_destroy (qt_sinc_t *sinc);
void
qt_sinc_fini (qt_sinc_t *sinc);
Description
These functions deallocate and clean-up a qt_sinc_t object. The qt_sinc_destroy() function is for use on sincs that were created with qt_sinc_create(), whereas the qt_sinc_fini() function is for use on sincs that were initialized with qt_sinc_init(). The sinc is immediately destroyed and any internal memory associated with it is deallocated.
See Also
qt_sinc_create(3), qt_sinc_expect(3), qt_sinc_init(3), qt_sinc_reset(3), qt_sinc_submit(3), qt_sinc_wait(3)
Referenced By
qt_sinc_create(3), qt_sinc_expect(3), qt_sinc_reset(3), qt_sinc_submit(3), qt_sinc_wait(3).
AUGUST 2012 libqthread