qt_loop_queue_addworker - Man Page

adds a worker to an ongoing loop

Synopsis

#include <qthread/qloop.h>

void
qt_loop_queue_addworker (qqloop_handle_t *loop,

qthread_shepherd_id_t shep);

Description

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().

See Also

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)

Referenced By

qt_loop_queue_addworker(3), qt_loop_queue_run(3), qt_loop_queue_setchunk(3).

JUNE 2010 libqthread