#include "ace/config-lite.h"
#include "ace/os_include/sys/os_types.h"
Include dependency graph for os_mman.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ACE_MAP_PRIVATE MAP_PRIVATE |
#define | ACE_MAP_SHARED MAP_SHARED |
#define | ACE_MAP_FIXED MAP_FIXED |
#define | MAP_FAILED ((void *) -1) |
#define | PROT_RDWR (PROT_READ|PROT_WRITE) |
#define | MS_SYNC 0x0 |
This code was originally in various places including ace/OS.h.
Definition in file os_mman.h.
#define ACE_MAP_PRIVATE MAP_PRIVATE |
Definition at line 80 of file os_mman.h.
Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), and ACE_Filecache_Object::release().
#define MAP_FAILED ((void *) -1) |
Definition at line 93 of file os_mman.h.
Referenced by ACE_Mutex::ACE_Mutex(), ACE_Sbrk_Memory_Pool::acquire(), ACE_OS::event_init(), ACE_Mem_Map::map(), ACE_Mem_Map::map_it(), ACE_OS::mmap(), ACE_Mem_Map::operator()(), ACE_OS::sema_init(), ACE_OS::sendfile_emulation(), and ACE_Mem_Map::unmap().
#define PROT_RDWR (PROT_READ|PROT_WRITE) |
Definition at line 100 of file os_mman.h.
Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), ACE_Mutex::ACE_Mutex(), ACE_OS::event_init(), ACE_MMAP_Memory_Pool::init_acquire(), ACE_MMAP_Memory_Pool::map_file(), and ACE_OS::sema_init().