#include <sysvipc.h>
|
| SysVShm () |
|
int | shmaddrToShmid (const void *shmaddr) |
|
virtual void | on_shmget (int shmid, key_t key, size_t size, int shmflg) |
|
virtual void | on_shmat (int shmid, const void *shmaddr, int shmflg, void *newaddr) |
|
virtual void | on_shmdt (const void *shmaddr) |
|
| SysVIPC (const char *str, int32_t id, int type) |
|
void | removeStaleObjects () |
|
void | resetOnFork () |
|
void | leaderElection () |
|
void | preCkptDrain () |
|
void | preCheckpoint () |
|
void | preResume () |
|
void | refill (bool isRestart) |
|
void | postRestart () |
|
int | virtualToRealId (int virtId) |
|
int | realToVirtualId (int realId) |
|
void | updateMapping (int virtId, int realId) |
|
int | getNewVirtualId () |
|
void | serialize (jalib::JBinarySerializer &o) |
|
virtual void | on_semget (int semid, key_t key, int nsems, int semflg) |
|
virtual void | on_semctl (int semid, int semnum, int cmd, union semun arg) |
|
virtual void | on_semop (int semid, struct sembuf *sops, unsigned nsops) |
|
virtual void | on_msgget (int msqid, key_t key, int msgflg) |
|
virtual void | on_msgctl (int msqid, int cmd, struct msqid_ds *buf) |
|
virtual void | on_msgsnd (int msqid, const void *msgp, size_t msgsz, int msgflg) |
|
virtual void | on_msgrcv (int msqid, const void *msgp, size_t msgsz, int msgtyp, int msgflg) |
|
Definition at line 118 of file sysvipc.h.
dmtcp::SysVShm::SysVShm |
( |
) | |
|
|
inline |
void SysVShm::on_shmat |
( |
int |
shmid, |
|
|
const void * |
shmaddr, |
|
|
int |
shmflg, |
|
|
void * |
newaddr |
|
) |
| |
|
virtual |
void SysVShm::on_shmdt |
( |
const void * |
shmaddr) | |
|
|
virtual |
void SysVShm::on_shmget |
( |
int |
shmid, |
|
|
key_t |
key, |
|
|
size_t |
size, |
|
|
int |
shmflg |
|
) |
| |
|
virtual |
int SysVShm::shmaddrToShmid |
( |
const void * |
shmaddr) | |
|
The documentation for this class was generated from the following files: