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

#include <jvmti.h>

Collaboration diagram for _jvmtiMonitorUsage:
Collaboration graph

Public Attributes

jint entry_count
 
jint notify_waiter_count
 
jthreadnotify_waiters
 
jthread owner
 
jint waiter_count
 
jthreadwaiters
 

Detailed Description

Definition at line 609 of file jvmti.h.

Member Data Documentation

◆ entry_count

jint _jvmtiMonitorUsage::entry_count

Definition at line 611 of file jvmti.h.

◆ notify_waiter_count

jint _jvmtiMonitorUsage::notify_waiter_count

Definition at line 614 of file jvmti.h.

◆ notify_waiters

jthread* _jvmtiMonitorUsage::notify_waiters

Definition at line 615 of file jvmti.h.

◆ owner

jthread _jvmtiMonitorUsage::owner

Definition at line 610 of file jvmti.h.

◆ waiter_count

jint _jvmtiMonitorUsage::waiter_count

Definition at line 612 of file jvmti.h.

◆ waiters

jthread* _jvmtiMonitorUsage::waiters

Definition at line 613 of file jvmti.h.


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