qthread_retloc - Man Page
returns pointer to qthread's return location
Synopsis
#include <qthread.h>
aligned_t *
qthread_retloc (void);
Description
This function returns the location that the return value of the current thread will be stored into, if one has been defined.
Return Value
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.
See Also
Referenced By
qthread_distance(3), qthread_id(3), qthread_num_shepherds(3), qthread_readstate(3), qthread_shep(3), qthread_stackleft(3), qthread_worker(3), qthread_worker_unique(3).
APRIL 2011 libqthread