DMTCP
|
#include <sys/types.h>
#include "jalloc.h"
#include "jassert.h"
#include "jconvert.h"
#include "jfilesystem.h"
#include "pidwrappers.h"
#include "virtualpidtable.h"
#include "dmtcp.h"
#include "protectedfds.h"
Go to the source code of this file.
Functions | |
pid_t | dmtcp_update_ppid () |
pid_t | dmtcp_real_to_virtual_pid (pid_t realPid) |
pid_t | dmtcp_virtual_to_real_pid (pid_t virtualPid) |
pid_t | dmtcp_get_real_pid () |
pid_t | dmtcp_get_real_tid () |
int | dmtcp_real_tgkill (pid_t tgid, pid_t tid, int sig) |
void | dmtcp_event_hook (DmtcpEvent_t event, DmtcpEventData_t *data) |
void dmtcp_event_hook | ( | DmtcpEvent_t | event, |
DmtcpEventData_t * | data | ||
) |
pid_t dmtcp_update_ppid | ( | ) |
Definition at line 121 of file pidwrappers.cpp.