Lines Matching refs:jrawMonitorID
92 typedef jvmtiError (*RawMonitorEnterNoSuspend)(jvmtiEnv* env, jrawMonitorID mon);
147 jrawMonitorID refLock;
389 jrawMonitorID debugMonitorCreate(char *name);
390 void debugMonitorEnter(jrawMonitorID theLock);
391 void debugMonitorExit(jrawMonitorID theLock);
396 void debugMonitorEnterNoSuspend(jrawMonitorID theLock);
398 void debugMonitorWait(jrawMonitorID theLock);
399 void debugMonitorTimedWait(jrawMonitorID theLock, jlong millis);
400 void debugMonitorNotify(jrawMonitorID theLock);
401 void debugMonitorNotifyAll(jrawMonitorID theLock);
402 void debugMonitorDestroy(jrawMonitorID theLock);