|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
Constants and Structures Associated with the POSIX RWLock Manager. More...
#include <rtems/score/object.h>#include <rtems/score/corerwlock.h>#include <rtems/posix/rwlock.inl>

Go to the source code of this file.
Data Structures | |
| struct | POSIX_RWLock_Control |
| This type defines the control block used to manage each RWLock. More... | |
Functions | |
| void | _POSIX_RWLock_Manager_initialization (void) |
| POSIX RWLock manager initialization. | |
| int | _POSIX_RWLock_Translate_core_RWLock_return_code (CORE_RWLock_Status the_RWLock_status) |
| POSIX translate core RWLock return code. | |
Variables | |
| POSIX_EXTERN Objects_Information | _POSIX_RWLock_Information |
| The following defines the information control block used to manage this class of objects. | |
Constants and Structures Associated with the POSIX RWLock Manager.
This include file contains all the constants and structures associated with the POSIX RWLock Manager.
Directives provided are:
1.7.5