qt_loop_queue_setchunk - Man Page

a funciton to specify a loop chunk size

Synopsis

#include <qthread/qloop.h>

void
qt_loop_queue_setchunk (qqloop_handle_t *loop, size_tchunk);

Description

This function provides a way to specify the chunk size for a self-scheduled loop using the CHUNK scheduling pattern. This may only be safely used before qt_loop_queue_run() or qt_loop_queue_run_there() have been executed.

See Also

qt_loop(3), qt_loop_balance(3), qt_loopaccum_balance(3), qt_loop_queue_create(3), qt_loop_queue_addworker(3)

Info

APRIL 2011 libqthread