Searched defs:jvmtiMonitorUsage (Results 1 – 13 of 13) sorted by relevance
469 typedef struct jvmtiMonitorUsage jvmtiMonitorUsage; typedef619 struct jvmtiMonitorUsage { struct620 jthread owner;621 jint entry_count;622 jint waiter_count;623 jthread* waiters;624 jint notify_waiter_count;625 jthread* notify_waiters;
459 typedef struct _jvmtiMonitorUsage jvmtiMonitorUsage; typedef