Lines Matching refs:refLock
124 debugMonitorEnterNoSuspend(gdata->refLock); { in commonRef_handleFreedObject()
145 } debugMonitorExit(gdata->refLock); in commonRef_handleFreedObject()
442 gdata->refLock = debugMonitorCreate("JDWP Reference Table Monitor"); in commonRef_initialize()
451 debugMonitorEnter(gdata->refLock); { in commonRef_reset()
469 } debugMonitorExit(gdata->refLock); in commonRef_reset()
486 debugMonitorEnter(gdata->refLock); { in commonRef_refToID()
501 } debugMonitorExit(gdata->refLock); in commonRef_refToID()
517 debugMonitorEnter(gdata->refLock); { in commonRef_idToRef()
543 } debugMonitorExit(gdata->refLock); in commonRef_idToRef()
568 debugMonitorEnter(gdata->refLock); { in commonRef_pin()
588 } debugMonitorExit(gdata->refLock); in commonRef_pin()
599 debugMonitorEnter(gdata->refLock); { in commonRef_unpin()
609 } debugMonitorExit(gdata->refLock); in commonRef_unpin()
617 debugMonitorEnter(gdata->refLock); { in commonRef_release()
619 } debugMonitorExit(gdata->refLock); in commonRef_release()
625 debugMonitorEnter(gdata->refLock); { in commonRef_releaseMultiple()
627 } debugMonitorExit(gdata->refLock); in commonRef_releaseMultiple()
641 debugMonitorEnter(gdata->refLock); in commonRef_lock()
648 debugMonitorExit(gdata->refLock); in commonRef_unlock()