RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
coresemimpl.h File Reference

This header file provides interfaces of the Semaphore Handler which are only used by the implementation. More...

#include <rtems/score/coresem.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/status.h>

Go to the source code of this file.

Functions

void _CORE_semaphore_Initialize (CORE_semaphore_Control *the_semaphore, uint32_t initial_value)
 Initializes the semaphore based on the parameters passed.
 

Detailed Description

This header file provides interfaces of the Semaphore Handler which are only used by the implementation.