Searched defs:jvm_t (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.h42 typedef struct _jvm_t jvm_t; typedef in typeref:struct:_jvm_t
47 jvm_t* jvm_attach(pid_t pid);
71 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types);
80 int jvm_detach(jvm_t* jvm);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.h42 typedef struct _jvm_t jvm_t; typedef in typeref:struct:_jvm_t
47 jvm_t* jvm_attach(pid_t pid);
71 int jvm_enable_dtprobes(jvm_t* jvm, int num_probe_types, const char** probe_types);
80 int jvm_detach(jvm_t* jvm);

Completed in 55 milliseconds