The pthread_init function

Name

pthread_init -- 

Synopsis

#include <pthread.h>

void pthread_init ( void);

Description

The pthread_init function must be called before any other function in the POSIX Threads library.

Implementation Notes

None