OAR

RTEMS 4.0.0 On-Line Library


pthread_once

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

1.4.23: pthread_once

CALLING SEQUENCE:

#include <pthread.h>

pthread_once_t once_control = PTHREAD_ONCE_INIT;

int pthread_once(
  pthread_once_t  *once_control,
  void           (*init_routine)(void)
);

STATUS CODES:

NONE

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation