Table of Contents
qthread_finalize - terminate all qthreads and free library data stuctures
#include <qthread/qthread.h>
void
qthread_finalize(void);
Use this function to clean up the qthreads
environment after execution of the program has finished. This function will
tell the shepherds to terminate at the next context switch, so only use
it when you are certain that execution has completed.
qthread_init(3)
Table of Contents