#include <Shared_Memory_Pool.h>
Public Attributes | |
key_t | key_ |
Shared memory segment key. | |
int | shmid_ |
Shared memory segment internal id. | |
int | used_ |
Is the segment currently used.;. |
Definition at line 151 of file Shared_Memory_Pool.h.
|
Shared memory segment key.
Definition at line 154 of file Shared_Memory_Pool.h. Referenced by ACE_Shared_Memory_Pool::init_acquire(). |
|
Shared memory segment internal id.
Definition at line 157 of file Shared_Memory_Pool.h. Referenced by ACE_Shared_Memory_Pool::commit_backing_store_name(), and ACE_Shared_Memory_Pool::init_acquire(). |
|
Is the segment currently used.;.
Definition at line 160 of file Shared_Memory_Pool.h. Referenced by ACE_Shared_Memory_Pool::commit_backing_store_name(), ACE_Shared_Memory_Pool::find_seg(), ACE_Shared_Memory_Pool::in_use(), ACE_Shared_Memory_Pool::init_acquire(), and ACE_Shared_Memory_Pool::release(). |