DMTCP
|
#include "dmtcp.h"
Go to the source code of this file.
Macros | |
#define | SYSVIPC_WRAPPERS_H |
#define | _real_shmget NEXT_FNC(shmget) |
#define | _real_shmat NEXT_FNC(shmat) |
#define | _real_shmdt NEXT_FNC(shmdt) |
#define | _real_shmctl NEXT_FNC(shmctl) |
#define | _real_semget NEXT_FNC(semget) |
#define | _real_semctl NEXT_FNC(semctl) |
#define | _real_semop NEXT_FNC(semop) |
#define | _real_semtimedop NEXT_FNC(semtimedop) |
#define | _real_msgget NEXT_FNC(msgget) |
#define | _real_msgctl NEXT_FNC(msgctl) |
#define | _real_msgsnd NEXT_FNC(msgsnd) |
#define | _real_msgrcv NEXT_FNC(msgrcv) |
#define | _real_pthread_mutex_lock NEXT_FNC(pthread_mutex_lock) |
#define | _real_pthread_mutex_unlock NEXT_FNC(pthread_mutex_unlock) |
Definition at line 39 of file sysvipcwrappers.h.
Definition at line 38 of file sysvipcwrappers.h.
Definition at line 41 of file sysvipcwrappers.h.
Definition at line 40 of file sysvipcwrappers.h.
#define _real_pthread_mutex_lock NEXT_FNC(pthread_mutex_lock) |
Definition at line 43 of file sysvipcwrappers.h.
#define _real_pthread_mutex_unlock NEXT_FNC(pthread_mutex_unlock) |
Definition at line 44 of file sysvipcwrappers.h.
Definition at line 34 of file sysvipcwrappers.h.
Definition at line 33 of file sysvipcwrappers.h.
Definition at line 35 of file sysvipcwrappers.h.
#define _real_semtimedop NEXT_FNC(semtimedop) |
Definition at line 36 of file sysvipcwrappers.h.
Definition at line 29 of file sysvipcwrappers.h.
Definition at line 31 of file sysvipcwrappers.h.
Definition at line 30 of file sysvipcwrappers.h.
Definition at line 28 of file sysvipcwrappers.h.
#define SYSVIPC_WRAPPERS_H |
Definition at line 24 of file sysvipcwrappers.h.