Crossfire JXClient, Trunk
Public Attributes | List of all members
_jvmtiThreadInfo Struct Reference

#include <jvmti.h>

Collaboration diagram for _jvmtiThreadInfo:
Collaboration graph

Public Attributes

jobject context_class_loader
 
jboolean is_daemon
 
char * name
 
jint priority
 
jthreadGroup thread_group
 

Detailed Description

Definition at line 518 of file jvmti.h.

Member Data Documentation

◆ context_class_loader

jobject _jvmtiThreadInfo::context_class_loader

Definition at line 523 of file jvmti.h.

◆ is_daemon

jboolean _jvmtiThreadInfo::is_daemon

Definition at line 521 of file jvmti.h.

◆ name

char* _jvmtiThreadInfo::name

Definition at line 519 of file jvmti.h.

◆ priority

jint _jvmtiThreadInfo::priority

Definition at line 520 of file jvmti.h.

◆ thread_group

jthreadGroup _jvmtiThreadInfo::thread_group

Definition at line 522 of file jvmti.h.


The documentation for this struct was generated from the following file: