qthread_shep_ok - Man Page
check on whether a thread's shepherd is disabled
Synopsis
#include <qthread.h>
int
qthread_shep_ok (void);
Description
This function returns zero if the current thread's shepherd has been disabled, and non-zero if the current thread's shepherd is enabled.
See Also
qthread_disable_shepherd(3), qthread_enable_shepherd(3)
Info
APRIL 2011 libqthread