Table of Contents
qt_loop_queue_addworker - adds a worker to an ongoing loop
#include
<qthread/qloop.h>
void
qt_loop_queue_addworker (qqloop_handle_t *loop,
qthread_shepherd_id_t shep);
This function adds a shepherd
to the list of participating shepherds for a given loop queue. The function
returns quickly, as all bookkeeping is then assumed by the original thread
that called qt_loop_queue_run().
qt_loop(3)
, qt_loop_balance(3)
,
qt_loop_queue_create(3)
, qt_loop_queue_run(3)
, qt_loopaccum_balance(3)
,
qt_loop_queue_create(3)
, qt_loop_queue_addworker(3)
Table of Contents