RTEMS CPU Kit with SuperCore  4.11.3
Functions
semaphore.c File Reference

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>
Include dependency graph for semaphore.c:

Functions

void _POSIX_Semaphore_Manager_initialization (void)
 POSIX Semaphore Manager Initialization. More...
 

Detailed Description

POSIX Function Initializes Semaphore Manager.

Function Documentation

◆ _POSIX_Semaphore_Manager_initialization()

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.