#include <fcntl.h>#include <cstdint>#include <cstdio>#include <cstdlib>#include <cstring>#include <ctime>#include <unistd.h>#include <sys/file.h>#include <sys/mman.h>#include <sys/stat.h>#include <sys/types.h>#include <zlib.h>#include <iostream>#include "XrdSsi/XrdSsiShMam.hh"#include "XrdSys/XrdSysE2T.hh"Go to the source code of this file.
Macros | |
| #define | ITEM_KEY(x) |
| #define | ITEM_VAL(x) |
| #define | ITEM_VOF(x) |
| #define | OF(args) |
| #define | SHMADDR(type, offs) |
| #define | SHMINFO(x) |
| #define | SHMOFFS(addr) |
| #define ITEM_KEY | ( | x | ) |
Definition at line 92 of file XrdSsiShMam.cc.
Referenced by XrdSsiShMam::AddItem(), XrdSsiShMam::Enumerate(), and XrdSsiShMam::Resize().
| #define ITEM_VAL | ( | x | ) |
Definition at line 94 of file XrdSsiShMam.cc.
Referenced by XrdSsiShMam::AddItem(), XrdSsiShMam::DelItem(), XrdSsiShMam::Enumerate(), XrdSsiShMam::GetItem(), and XrdSsiShMam::Resize().
| #define ITEM_VOF | ( | x | ) |
Definition at line 96 of file XrdSsiShMam.cc.
Referenced by XrdSsiShMam::AddItem().
| #define OF | ( | args | ) |
Definition at line 53 of file XrdSsiShMam.cc.
| #define SHMADDR | ( | type, | |
| offs ) |
Definition at line 88 of file XrdSsiShMam.cc.
Referenced by XrdSsiShMam::Attach(), XrdSsiShMam::Create(), and XrdSsiShMam::Resize().
| #define SHMINFO | ( | x | ) |
Definition at line 86 of file XrdSsiShMam.cc.
Referenced by XrdSsiShMam::AddItem(), XrdSsiShMam::Attach(), XrdSsiShMam::Create(), XrdSsiShMam::DelItem(), XrdSsiShMam::Enumerate(), XrdSsiShMam::GetItem(), XrdSsiShMam::Info(), and XrdSsiShMam::Resize().
| #define SHMOFFS | ( | addr | ) |
Definition at line 90 of file XrdSsiShMam.cc.
Referenced by XrdSsiShMam::AddItem(), and XrdSsiShMam::DelItem().