#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 | MAP_PRIVATE 1 |
#define | MAP_SHARED 2 |
#define | MAP_FIXED 4 |
#define | PROT_READ PAGE_READONLY |
#define | PROT_WRITE PAGE_READWRITE |
#define | PROT_RDWR PAGE_READWRITE |
#define | ACE_MAP_PRIVATE MAP_PRIVATE |
#define | ACE_MAP_SHARED MAP_SHARED |
#define | ACE_MAP_FIXED MAP_FIXED |
#define | MAP_FAILED ((void *) -1) |
#define | MS_ASYNC 0 |
#define | MS_INVALIDATE 0 |
#define | MS_SYNC 0x0 |
This code was originally in various places including ace/OS.h.
Definition in file os_mman.h.
|
|
|
Definition at line 80 of file os_mman.h. Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), and ACE_Filecache_Object::release(). |
|
|
|
Definition at line 93 of file os_mman.h. Referenced by ACE_Mem_Map::ACE_Mem_Map(), 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(). |
|
Definition at line 63 of file os_mman.h. Referenced by ACE_MMAP_Memory_Pool::ACE_MMAP_Memory_Pool(), ACE_Mem_Map::map(), and ACE_OS::mmap(). |
|
Definition at line 61 of file os_mman.h. Referenced by ACE_OS::mmap(). |
|
Definition at line 62 of file os_mman.h. Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), ACE_MMAP_Memory_Pool::ACE_MMAP_Memory_Pool(), ACE_Mutex::ACE_Mutex(), ACE_OS::event_init(), ACE_OS::mmap(), ACE_OS::sema_init(), and ACE_OS::sendfile_emulation(). |
|
|
|
|
|
|
|
Definition at line 67 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(). |
|
Definition at line 65 of file os_mman.h. Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), ACE_Filecache_Object::release(), and ACE_OS::sendfile_emulation(). |
|
|