RTEMS
5.0.0
|
Inlined Routines from the POSIX RWLock Manager. More...
Go to the source code of this file.
Data Structures | |
struct | POSIX_RWLock_Control |
Macros | |
#define | POSIX_RWLOCK_MAGIC 0x9621dabdUL |
#define | POSIX_RWLOCK_VALIDATE_OBJECT(rw) |
Functions | |
RTEMS_INLINE_ROUTINE POSIX_RWLock_Control * | _POSIX_RWLock_Get (pthread_rwlock_t *rwlock) |
bool | _POSIX_RWLock_Auto_initialization (POSIX_RWLock_Control *the_rwlock) |
Inlined Routines from the POSIX RWLock Manager.
This file contains the static inlin implementation of the inlined routines from the POSIX RWLock Manager.
#define POSIX_RWLOCK_VALIDATE_OBJECT | ( | rw | ) |