Table of Contents
qthread_shep - returns the qthread’s shepherd ID
#include <qthread.h>
qthread_shepherd_id_t
qthread_shep (void);
This function returns the shepherd identifier
of the current thread.
This function either returns the ID number
of the shepherd of the calling function, or returns NO_SHEPHERD.
pthread_getspecific(3)
,
qthread_retloc(3)
, qthread_stackleft(3)
, qthread_id(3)
Table of Contents