|
DMTCP
|
#include <stdlib.h>#include <unistd.h>#include <pthread.h>#include <sys/types.h>#include "threadsync.h"#include "dmtcpworker.h"#include "syscallwrappers.h"Go to the source code of this file.
Macros | |
| #define | INVALID_USER_THREAD_COUNT 0 |
Functions | |
| int | dmtcp_libdlLockLock () |
| void | dmtcp_libdlLockUnlock () |
| int | dmtcp_plugin_disable_ckpt () |
| void | dmtcp_plugin_enable_ckpt () |
| #define INVALID_USER_THREAD_COUNT 0 |
Definition at line 79 of file threadsync.cpp.
| int dmtcp_libdlLockLock | ( | ) |
Definition at line 96 of file threadsync.cpp.
| void dmtcp_libdlLockUnlock | ( | ) |
Definition at line 100 of file threadsync.cpp.
| int dmtcp_plugin_disable_ckpt | ( | void | ) |
Definition at line 565 of file threadsync.cpp.
| void dmtcp_plugin_enable_ckpt | ( | void | ) |
Definition at line 571 of file threadsync.cpp.
1.8.4