Home
last modified time | relevance | path

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

/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A 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 …]
H A DthreadControl.h58 jboolean threadControl_isDebugThread(jthread thread);
H A DstandardHandlers.c68 if (threadControl_isDebugThread(thread)) { in handleClassPrepare()
H A DStackFrameImpl.c447 if (threadControl_isDebugThread(thread)) { in popFrames()
H A DthreadControl.c336 if (threadControl_isDebugThread(node->thread)) { in insertThread()
1712 threadControl_isDebugThread(jthread thread) in threadControl_isDebugThread() function
H A Dutil.c676 if (!threadControl_isDebugThread(thread)) { in filterDebugThreads()
1059 if ((thread != NULL) && (!threadControl_isDebugThread(thread))) { in handleInterrupt()
H A DeventFilter.c397 threadControl_isDebugThread(thread)) { in eventFilterRestricted_passesFilter()