Home
last modified time | relevance | path

Searched refs:debugMonitorEnter (Results 1 – 12 of 12) sorted by relevance

/external/oj-libjdwp/src/share/back/
DthreadControl.c549 debugMonitorEnter(threadLock); in getLocks()
663 debugMonitorEnter(threadLock); in handleAppResumeCompletion()
745 debugMonitorEnter(threadLock); in handleAppResumeBreakpoint()
811 debugMonitorEnter(threadLock); in threadControl_onHook()
1032 debugMonitorEnter(threadLock); in preSuspend()
1420 debugMonitorEnter(threadLock); in threadControl_resumeThread()
1440 debugMonitorEnter(threadLock); in threadControl_suspendCount()
1585 debugMonitorEnter(threadLock); in threadControl_resumeAll()
1626 debugMonitorEnter(threadLock); in threadControl_getStepRequest()
1646 debugMonitorEnter(threadLock); in threadControl_getInvokeRequest()
[all …]
DdebugLoop.c78 debugMonitorEnter(vmDeathLock); in debugLoop_sync()
140 debugMonitorEnter(vmDeathLock); in debugLoop_run()
291 debugMonitorEnter(cmdQueueLock); in enqueue()
311 debugMonitorEnter(cmdQueueLock); in dequeue()
332 debugMonitorEnter(cmdQueueLock); in notifyTransportError()
DcommonRef.c451 debugMonitorEnter(gdata->refLock); { in commonRef_reset()
486 debugMonitorEnter(gdata->refLock); { in commonRef_refToID()
517 debugMonitorEnter(gdata->refLock); { in commonRef_idToRef()
568 debugMonitorEnter(gdata->refLock); { in commonRef_pin()
599 debugMonitorEnter(gdata->refLock); { in commonRef_unpin()
617 debugMonitorEnter(gdata->refLock); { in commonRef_release()
625 debugMonitorEnter(gdata->refLock); { in commonRef_releaseMultiple()
641 debugMonitorEnter(gdata->refLock); in commonRef_lock()
DeventHandler.c102 debugMonitorEnter(callbackLock); { \
107 debugMonitorEnter(callbackBlock); \
119 debugMonitorEnter(callbackLock); { \
131 debugMonitorEnter(callbackBlock); \
487 debugMonitorEnter(handlerLock); in synthesizeUnloadEvent()
580 debugMonitorEnter(handlerLock); in event_callback()
638 debugMonitorEnter(handlerLock); in event_callback()
1291 debugMonitorEnter(callbackBlock); { in cbVMDeath()
1292 debugMonitorEnter(callbackLock); { in cbVMDeath()
1381 debugMonitorEnter(handlerLock); in eventHandler_free()
[all …]
DeventHelper.c168 debugMonitorEnter(commandQueueLock); in enqueueCommand()
194 debugMonitorEnter(commandCompleteLock); in enqueueCommand()
208 debugMonitorEnter(commandCompleteLock); in completeCommand()
225 debugMonitorEnter(commandQueueLock); in dequeueCommand()
266 debugMonitorEnter(commandQueueLock); in eventHelper_holdEvents()
274 debugMonitorEnter(commandQueueLock); in eventHelper_releaseEvents()
649 debugMonitorEnter(blockCommandLoopLock); in doBlockCommandLoop()
665 debugMonitorEnter(blockCommandLoopLock); in needBlockCommandLoop()
681 debugMonitorEnter(blockCommandLoopLock); in unblockCommandLoop()
737 debugMonitorEnter(commandQueueLock); in eventHelper_reset()
[all …]
Dinvoker.c47 debugMonitorEnter(invokerLock); in invoker_lock()
354 debugMonitorEnter(invokerLock); in invoker_requestInvoke()
677 debugMonitorEnter(invokerLock); in invoker_doInvoke()
756 debugMonitorEnter(invokerLock); in invoker_completeInvokeRequest()
823 debugMonitorEnter(invokerLock); in invoker_completeInvokeRequest()
859 debugMonitorEnter(invokerLock); in invoker_detach()
Dtransport.c233 debugMonitorEnter(listenerLock); in connectionInitiated()
294 debugMonitorEnter(listenerLock); in transport_waitForConnection()
576 debugMonitorEnter(sendLock); in transport_sendPacket()
DclassTrack.c162 debugMonitorEnter(deletedTagLock); in classTrack_processUnloads()
Dutil.h390 void debugMonitorEnter(jrawMonitorID theLock);
DdebugInit.c683 debugMonitorEnter(initMonitor); in signalInitComplete()
704 debugMonitorEnter(initMonitor); in debugInit_waitInitComplete()
DstepControl.c919 debugMonitorEnter(stepLock); in stepControl_lock()
Dutil.c1067 debugMonitorEnter(jrawMonitorID monitor) in debugMonitorEnter() function