Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c47 if (threadControl_isDebugThread(thread)) { in name()
87 if (threadControl_isDebugThread(thread)) { in suspend()
109 if (threadControl_isDebugThread(thread)) { in resume()
135 if (threadControl_isDebugThread(thread)) { in status()
164 if (threadControl_isDebugThread(thread)) { in threadGroup()
239 if (threadControl_isDebugThread(thread)) { in frames()
326 if (threadControl_isDebugThread(thread)) { in getFrameCount()
359 if (threadControl_isDebugThread(thread)) { in ownedMonitors()
408 if (thread == NULL || threadControl_isDebugThread(thread)) { in currentContendedMonitor()
455 if (threadControl_isDebugThread(thread)) { in stop()
[all …]
DthreadControl.h58 jboolean threadControl_isDebugThread(jthread thread);
DstandardHandlers.c68 if (threadControl_isDebugThread(thread)) { in handleClassPrepare()
DStackFrameImpl.c447 if (threadControl_isDebugThread(thread)) { in popFrames()
DthreadControl.c336 if (threadControl_isDebugThread(node->thread)) { in insertThread()
1712 threadControl_isDebugThread(jthread thread) in threadControl_isDebugThread() function
DeventFilter.c397 threadControl_isDebugThread(thread)) { in eventFilterRestricted_passesFilter()
Dutil.c668 if (!threadControl_isDebugThread(thread)) { in filterDebugThreads()
1051 if ((thread != NULL) && (!threadControl_isDebugThread(thread))) { in handleInterrupt()