Home
last modified time | relevance | path

Searched defs:_jvmtiMonitorUsage (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/include/
Djvmti.h609 struct _jvmtiMonitorUsage { struct
610 jthread owner;
611 jint entry_count;
612 jint waiter_count;
613 jthread* waiters;
614 jint notify_waiter_count;
615 jthread* notify_waiters;