Table of Contents
qthread_retloc - returns the qthread’s unique ID number
#include
<qthread.h>
aligned_t *
qthread_retloc (void);
This function returns the location that
the return value of the current thread will be stored into, if one has
been defined.
Returns a pointer to the location that the return
value of the thread will be stored in. If the thread’s return value will
not be stored via FEBs, this function will return NULL.
qthread_id(3)
,
qthread_shep(3)
, qthread_stackleft(3)
Table of Contents