#include <jvmpi.h>
#include <malloc.h>
#include <assert.h>
#include <string>
#include <iostream>
#include <fstream>
#include <iterator>
#include <vector>
#include <map>
#include <set>
#include "platform.h"
Include dependency graph for global.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | null NULL |
#define | CALL(f) (jvmpi_interface->f) |
#define | CHECKEDCALL(f) assert(JVMPI_SUCCESS == (jvmpi_interface->f) ) |
Variables | |
JVMPI_Interface* | jvmpi_interface |
JavaVM* | GlobalJVM |
|
Definition at line 76 of file global.h. Referenced by BackgroundThread(), CreateBackgroundThread(), InitializeMonitors(), Leave(), Lock(), NotifyEvent(), ThreadDump(), and Unlock().
|
|
Definition at line 80 of file global.h. Referenced by DisableEvents(), JVM_OnLoad(), and NotifyEvent().
|
|
|
|
|
|
|