qthread_finalize - Man Page

terminate all qthreads and free library data stuctures

Synopsis

#include <qthread.h>

void
qthread_finalize (void);

Description

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.

See Also

qthread_initialize(3)

Referenced By

qthread_init(3).

NOVEMBER 2006 libqthread