#include <stdlib.h>
#include <sys/time.h>
#include <sys/resource.h>
#include "dmtcpworker.h"
#include "mtcpinterface.h"
#include "threadsync.h"
#include "processinfo.h"
#include "syscallwrappers.h"
#include "util.h"
#include "syslogwrappers.h"
#include "coordinatorapi.h"
#include "shareddata.h"
#include "threadlist.h"
#include "../jalib/jsocket.h"
#include "../jalib/jfilesystem.h"
#include "../jalib/jconvert.h"
#include "../jalib/jbuffer.h"
Go to the source code of this file.
|
LIB_PRIVATE void | pthread_atfork_prepare () |
|
LIB_PRIVATE void | pthread_atfork_parent () |
|
LIB_PRIVATE void | pthread_atfork_child () |
|
void | pidVirt_pthread_atfork_child () __attribute__((weak)) |
|
void *__dso_handle | __attribute__ ((__weak__, __visibility__("hidden"))) |
|
EXTERNC int | __register_atfork (void(*prepare)(void), void(*parent)(void), void(*child)(void), void *dso_handle) |
|
EXTERNC void * | ibv_get_device_list (void *) __attribute__((weak)) |
|
void | restoreUserLDPRELOAD () |
|
void | dmtcp_prepare_wrappers (void) |
|
void | dmtcp_CoordinatorAPI_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_SharedData_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_ProcessInfo_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_UniquePid_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_ProcName_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_Terminal_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_Syslog_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void | dmtcp_Alarm_EventHook (DmtcpEvent_t event, DmtcpEventData_t *data) |
|
void* __dso_handle __attribute__ |
( |
(__weak__, __visibility__("hidden")) |
) | |
|
EXTERNC int __register_atfork |
( |
void(*)(void) |
prepare, |
|
|
void(*)(void) |
parent, |
|
|
void(*)(void) |
child, |
|
|
void * |
dso_handle |
|
) |
| |
void dmtcp_prepare_wrappers |
( |
void |
) | |
|
EXTERNC void* ibv_get_device_list |
( |
void * |
) | |
|
void pidVirt_pthread_atfork_child |
( |
) | |
|
void restoreUserLDPRELOAD |
( |
) | |
|