|
DMTCP
|
#include <stdlib.h>#include "uniquepid.h"#include "constants.h"#include "../jalib/jconvert.h"#include "../jalib/jfilesystem.h"#include "../jalib/jserialize.h"#include "syscallwrappers.h"#include "protectedfds.h"#include "shareddata.h"Go to the source code of this file.
Macros | |
| #define | TRY_LEQ(param) if(this->param != that.param) return this->param < that.param; |
Functions | |
| void | dmtcp_UniquePid_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
| #define TRY_LEQ | ( | param) | if(this->param != that.param) return this->param < that.param; |
| void dmtcp_UniquePid_EventHook | ( | DmtcpEvent_t | event, |
| DmtcpEventData_t * | data | ||
| ) |
Definition at line 34 of file uniquepid.cpp.
1.8.4