qt_sinc_submit - Man Page
submit to a sinc
Synopsis
#include <qthread/sinc.h>
void
qt_sinc_submit (qt_sinc_t *restrict sinc,
const void *restrict value);
Description
This function sends a submission to the specified sinc. The submission may have a value associated with it, if the sinc was initialized to support a reduction operation. If so, the number of bytes read from the value address is the number configured when the sinc was initialized.
See Also
qt_sinc_create(3), qt_sinc_destroy(3), qt_sinc_expect(3), qt_sinc_fini(3), qt_sinc_init(3), qt_sinc_reset(3), qt_sinc_wait(3)
Referenced By
qt_sinc_create(3), qt_sinc_destroy(3), qt_sinc_expect(3), qt_sinc_reset(3), qt_sinc_wait(3).
AUGUST 2012 libqthread