RTEMS
5.0.0
|
Private Support Information for POSIX Shared Memory. More...
#include <rtems/fs.h>
#include <rtems/libio.h>
#include <rtems/posix/posixapi.h>
#include <rtems/posix/shm.h>
#include <rtems/score/objectimpl.h>
Go to the source code of this file.
Functions | |
RTEMS_INLINE_ROUTINE POSIX_Shm_Control * | _POSIX_Shm_Allocate_unprotected (void) |
RTEMS_INLINE_ROUTINE void | _POSIX_Shm_Free (POSIX_Shm_Control *the_shm) |
POSIX Shared Memory Free. More... | |
RTEMS_INLINE_ROUTINE POSIX_Shm_Control * | _POSIX_Shm_Get_by_name (const char *name, size_t *name_length_p, Objects_Get_by_name_error *error) |
RTEMS_INLINE_ROUTINE void | _POSIX_Shm_Update_atime (POSIX_Shm_Control *shm) |
RTEMS_INLINE_ROUTINE void | _POSIX_Shm_Update_mtime_ctime (POSIX_Shm_Control *shm) |
Private Support Information for POSIX Shared Memory.