qthread_shep - Man Page

returns the qthread's shepherd ID

Synopsis

#include <qthread.h>

qthread_shepherd_id_t
qthread_shep (void);

Description

This function returns the shepherd identifier of the current thread.

Return Value

This function either returns the ID number of the shepherd of the calling function, or returns NO_SHEPHERD.

See Also

pthread_getspecific(3), qthread_retloc(3), qthread_stackleft(3), qthread_worker(3), qthread_id(3)

Referenced By

qthread_id(3), qthread_retloc(3), qthread_stackleft(3), qt_team_id(3), qt_team_parent_id(3).

APRIL 2011 libqthread