RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
pthreadonce.c File Reference

Call to function by Thread will call init_routine with no Arguments. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/score/onceimpl.h>

Functions

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

Detailed Description

Call to function by Thread will call init_routine with no Arguments.