RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Files | Data Structures | Macros
System Lock Semaphore Support

The System Lock Semaphore Support helps to implement directives which use data structures compatible with the data structures defined by the Newlib provided <sys/lock.h> header file. More...

Files

file  semaphoreimpl.h
 This header file provides the interfaces of the System Lock Semaphore Support.
 

Data Structures

struct  Sem_Control
 

Macros

#define SEMAPHORE_TQ_OPERATIONS   &_Thread_queue_Operations_priority
 

Detailed Description

The System Lock Semaphore Support helps to implement directives which use data structures compatible with the data structures defined by the Newlib provided <sys/lock.h> header file.