jvmtiMonitorUsage Struct Reference

#include <jvmti_types.h>

List of all members.


Detailed Description

Monitor usage information structure.

See specification for details.


Public Attributes

jthread owner
jint entry_count
jint waiter_count
jthreadwaiters
jint notify_waiter_count
jthreadnotify_waiters


Member Data Documentation

jthread jvmtiMonitorUsage.owner

jint jvmtiMonitorUsage.entry_count

jint jvmtiMonitorUsage.waiter_count

jthread* jvmtiMonitorUsage.waiters

jint jvmtiMonitorUsage.notify_waiter_count

jthread* jvmtiMonitorUsage.notify_waiters


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

Genereated on Tue Mar 11 19:25:26 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.