Table of Contents
qthread_shep_ok - check on whether a thread’s shepherd is disabled
#include
<qthread.h>
int
qthread_shep_ok (void);
This function returns zero if the current
thread’s shepherd has been disabled, and non-zero if the current thread’s
shepherd is enabled.
qthread_disable_shepherd(3)
, qthread_enable_shepherd(3)
Table of Contents