|
Library /sys$common/syshlp/HELPLIB.HLB POSIX Threads, PTHREAD routines, pthread_once, C Binding *Conan The Librarian |
#include <pthread.h>
int
pthread_once (
pthread_once_t *once_control,
void (*routine) (void));
|
|