#include <boost/cstdint.hpp>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include "dsodefs.h"
Go to the source code of this file.
Classes | |
class | gnash::SharedMem |
class | gnash::SharedMem::Lock |
Use to get a scoped semaphore lock on the shared memory. More... | |
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
bool | gnash::attached (const SharedMem &mem) |
Check if the SharedMem has been attached. | |
Variables | |
const int | gnash::MAP_INHERIT = 0 |
const int | gnash::MAP_HASSEMAPHORE = 0 |
const int | gnash::MAX_SHM_NAME_SIZE = 48 |