|
RTEMS CPU Kit with SuperCore
4.10.99.0
|
Private Inlined Routines for POSIX Semaphores. More...

Functions | |
|
RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control * | _POSIX_Semaphore_Allocate (void) |
| RTEMS_INLINE_ROUTINE void | _POSIX_Semaphore_Free (POSIX_Semaphore_Control *the_semaphore) |
| RTEMS_INLINE_ROUTINE void | _POSIX_Semaphore_Namespace_remove (POSIX_Semaphore_Control *the_semaphore) |
|
RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control * | _POSIX_Semaphore_Get (sem_t *id, Objects_Locations *location) |
| RTEMS_INLINE_ROUTINE bool | _POSIX_Semaphore_Is_null (POSIX_Semaphore_Control *the_semaphore) |
| RTEMS_INLINE_ROUTINE int | _POSIX_Semaphore_Name_to_id (const char *name, Objects_Id *id, size_t *len) |
Private Inlined Routines for POSIX Semaphores.
This include file contains the static inline implementation of the private inlined routines for POSIX Semaphores.
| RTEMS_INLINE_ROUTINE int _POSIX_Semaphore_Name_to_id | ( | const char * | name, |
| Objects_Id * | id, | ||
| size_t * | len | ||
| ) |
References _POSIX_Name_to_id().
1.7.5