Home
last modified time | relevance | path

Searched refs:debugMonitorNotifyAll (Results 1 – 7 of 7) sorted by relevance

/external/oj-libjdwp/src/share/back/
DeventHelper.c190 debugMonitorNotifyAll(commandQueueLock); in enqueueCommand()
211 debugMonitorNotifyAll(commandCompleteLock); in completeCommand()
256 debugMonitorNotifyAll(commandQueueLock); in dequeueCommand()
268 debugMonitorNotifyAll(commandQueueLock); in eventHelper_holdEvents()
276 debugMonitorNotifyAll(commandQueueLock); in eventHelper_releaseEvents()
683 debugMonitorNotifyAll(blockCommandLoopLock); in unblockCommandLoop()
740 debugMonitorNotifyAll(commandQueueLock); in eventHelper_reset()
DthreadControl.c640 debugMonitorNotifyAll(threadLock); in notifyAppResumeComplete()
913 debugMonitorNotifyAll(threadLock); in deferredSuspendThreadByNode()
956 debugMonitorNotifyAll(threadLock); in suspendThreadByNode()
972 debugMonitorNotifyAll(threadLock); in resumeThreadByNode()
1250 debugMonitorNotifyAll(threadLock); in commonResumeList()
1362 debugMonitorNotifyAll(threadLock); in commonSuspendList()
Dutil.h401 void debugMonitorNotifyAll(jrawMonitorID theLock);
Dtransport.c260 debugMonitorNotifyAll(listenerLock); in connectionInitiated()
DdebugInit.c685 debugMonitorNotifyAll(initMonitor); in signalInitComplete()
DeventHandler.c126 debugMonitorNotifyAll(callbackLock); \
Dutil.c1192 debugMonitorNotifyAll(jrawMonitorID monitor) in debugMonitorNotifyAll() function