Table of Contents

Name

qthread_num_shepherds - returns the number of shepherds

Synopsis

#include <qthread/qthread.h>

qthread_shepherd_id_t
qthread_num_shepherds();

Description

This function returns the number of shepherds. This value is one larger than the largest valid shepherd id.

See Also

qthread_retloc(3) , qthread_self(3) , qthread_stackleft(3) , qthread_id(3)


Table of Contents