Table of Contents
qt_loop_queue_setchunk - a funciton to specify a loop chunk size
#include
<qthread/qloop.h>
void
qt_loop_queue_setchunk (qqloop_handle_t *loop, size_tchunk);
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.
qt_loop(3)
, qt_loop_balance(3)
, qt_loopaccum_balance(3)
, qt_loop_queue_create(3)
,
qt_loop_queue_addworker(3)
Table of Contents