|
RTEMS CPU Kit with SuperCore
4.11.3
|
POSIX Function Initializes Semaphore Manager. More...
#include <stdarg.h>#include <errno.h>#include <fcntl.h>#include <pthread.h>#include <semaphore.h>#include <limits.h>#include <rtems/system.h>#include <rtems/config.h>#include <rtems/posix/semaphoreimpl.h>#include <rtems/posix/time.h>#include <rtems/seterr.h>
Functions | |
| void | _POSIX_Semaphore_Manager_initialization (void) |
| POSIX Semaphore Manager Initialization. More... | |
POSIX Function Initializes Semaphore Manager.
| void _POSIX_Semaphore_Manager_initialization | ( | void | ) |
POSIX Semaphore Manager Initialization.
This routine performs the initialization necessary for this manager.
References _Objects_Initialize_information(), and _POSIX_Semaphore_Information.
1.8.13