qt_sinc_expect - Man Page
increase the number of expected submissions
Synopsis
#include <qthread/sinc.h>
void
qt_sinc_expect (qt_sinc_t *sinc,
size_t count);
Description
This function increases the number of expected submissions to the sinc qt_sinc_t object by count. This operation can be performed at any time after the qt_sinc_t object has been initialized.
See Also
qt_sinc_create(3), qt_sinc_destroy(3), qt_sinc_fini(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_destroy(3), qt_sinc_reset(3), qt_sinc_submit(3), qt_sinc_wait(3).
AUGUST 2012 libqthread