Table of Contents
qthread_finalize - terminate all qthreads and free library data stuctures
#include <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. This function may
be called multiple times safely.
qthread_initialize(3)
Table of Contents