Home
last modified time | relevance | path

Searched refs:threadIterator (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsthread.cpp67 for (threadIterator = _threadList.begin(); threadIterator != _threadList.end(); ++threadIterator) { in wakeUpActorThread()
68 ScriptThread &thread = *threadIterator; in wakeUpActorThread()
80 for (threadIterator = _threadList.begin(); threadIterator != _threadList.end(); ++threadIterator) { in wakeUpThreads()
81 ScriptThread &thread = *threadIterator; in wakeUpThreads()
93 for (threadIterator = _threadList.begin(); threadIterator != _threadList.end(); ++threadIterator) { in wakeUpThreadsDelayed()
108 threadIterator = _threadList.begin(); in executeThreads()
120 ++threadIterator; in executeThreads()
122 threadIterator = _threadList.erase(threadIterator); in executeThreads()
160 ++threadIterator; in executeThreads()
170 threadIterator = _threadList.begin(); in abortAllThreads()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dsthread.cpp67 for (threadIterator = _threadList.begin(); threadIterator != _threadList.end(); ++threadIterator) { in wakeUpActorThread()
68 ScriptThread &thread = *threadIterator; in wakeUpActorThread()
80 for (threadIterator = _threadList.begin(); threadIterator != _threadList.end(); ++threadIterator) { in wakeUpThreads()
81 ScriptThread &thread = *threadIterator; in wakeUpThreads()
93 for (threadIterator = _threadList.begin(); threadIterator != _threadList.end(); ++threadIterator) { in wakeUpThreadsDelayed()
108 threadIterator = _threadList.begin(); in executeThreads()
120 ++threadIterator; in executeThreads()
122 threadIterator = _threadList.erase(threadIterator); in executeThreads()
163 ++threadIterator; in executeThreads()
173 threadIterator = _threadList.begin(); in abortAllThreads()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/
H A Dlocation002.java127 Iterator threadIterator = vm.allThreads().iterator(); in run() local
128 while (threadIterator.hasNext()) { in run()
129 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/
H A Dmethod001.java131 Iterator threadIterator = vm.allThreads().iterator(); in run() local
132 while (threadIterator.hasNext()) { in run()
133 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/
H A Dbreakpoint001.java117 Iterator threadIterator = vm.allThreads().iterator(); in run() local
118 while (threadIterator.hasNext()) { in run()
119 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/
H A Dexception001.java165 Iterator threadIterator = vm.allThreads().iterator(); in run() local
166 while (threadIterator.hasNext()) { in run()
167 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/
H A Dexception001.java165 Iterator threadIterator = vm.allThreads().iterator(); in run() local
166 while (threadIterator.hasNext()) { in run()
167 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/
H A Dmethod001.java131 Iterator threadIterator = vm.allThreads().iterator(); in run() local
132 while (threadIterator.hasNext()) { in run()
133 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/
H A Dbreakpoint001.java117 Iterator threadIterator = vm.allThreads().iterator(); in run() local
118 while (threadIterator.hasNext()) { in run()
119 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/
H A Dexception001.java165 Iterator threadIterator = vm.allThreads().iterator(); in run() local
166 while (threadIterator.hasNext()) { in run()
167 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/
H A Dmethod001.java131 Iterator threadIterator = vm.allThreads().iterator(); in run() local
132 while (threadIterator.hasNext()) { in run()
133 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/
H A Dbreakpoint001.java117 Iterator threadIterator = vm.allThreads().iterator(); in run() local
118 while (threadIterator.hasNext()) { in run()
119 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/
H A Dmethod001.java131 Iterator threadIterator = vm.allThreads().iterator(); in run() local
132 while (threadIterator.hasNext()) { in run()
133 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/
H A Dexception001.java165 Iterator threadIterator = vm.allThreads().iterator(); in run() local
166 while (threadIterator.hasNext()) { in run()
167 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/
H A Dbreakpoint001.java117 Iterator threadIterator = vm.allThreads().iterator(); in run() local
118 while (threadIterator.hasNext()) { in run()
119 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/
H A Dmethod001.java131 Iterator threadIterator = vm.allThreads().iterator(); in run() local
132 while (threadIterator.hasNext()) { in run()
133 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/
H A Dexception001.java165 Iterator threadIterator = vm.allThreads().iterator(); in run() local
166 while (threadIterator.hasNext()) { in run()
167 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/
H A Dexception001.java165 Iterator threadIterator = vm.allThreads().iterator(); in run() local
166 while (threadIterator.hasNext()) { in run()
167 ThreadReference curThread = (ThreadReference) threadIterator.next(); in run()

123