CACAO
Data Fields
jvmtiMonitorUsage Struct Reference

Data Fields

jthread owner
 
jint entry_count
 
jint waiter_count
 
jthreadwaiters
 
jint notify_waiter_count
 
jthreadnotify_waiters
 

Detailed Description

Definition at line 415 of file jvmti.h.

Field Documentation

jint jvmtiMonitorUsage::entry_count

Definition at line 417 of file jvmti.h.

jint jvmtiMonitorUsage::notify_waiter_count

Definition at line 420 of file jvmti.h.

jthread* jvmtiMonitorUsage::notify_waiters

Definition at line 421 of file jvmti.h.

jthread jvmtiMonitorUsage::owner

Definition at line 416 of file jvmti.h.

jint jvmtiMonitorUsage::waiter_count

Definition at line 418 of file jvmti.h.

jthread* jvmtiMonitorUsage::waiters

Definition at line 419 of file jvmti.h.


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