#include <sysvipc.h>
|
| SysVSem () |
|
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) |
|
| 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_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) |
|
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 133 of file sysvipc.h.
dmtcp::SysVSem::SysVSem |
( |
) | |
|
|
inline |
void SysVSem::on_semctl |
( |
int |
semid, |
|
|
int |
semnum, |
|
|
int |
cmd, |
|
|
union semun |
arg |
|
) |
| |
|
virtual |
void SysVSem::on_semget |
( |
int |
semid, |
|
|
key_t |
key, |
|
|
int |
nsems, |
|
|
int |
semflg |
|
) |
| |
|
virtual |
void SysVSem::on_semop |
( |
int |
semid, |
|
|
struct sembuf * |
sops, |
|
|
unsigned |
nsops |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files: