Home
last modified time | relevance | path

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

/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DThreadTest.cpp36 MyRunnable(): _ran(false) in MyRunnable() function in MyRunnable
83 ++MyRunnable::_staticVar; in freeFunc()
161 MyRunnable r; in testThread()
177 MyRunnable r; in testNamedThread()
199 MyRunnable r1; in testThreads()
200 MyRunnable r2; in testThreads()
201 MyRunnable r3; in testThreads()
202 MyRunnable r4; in testThreads()
250 MyRunnable r; in testJoin()
368 ++MyRunnable::_staticVar; in operator ()()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/tests/
H A DThreadFactoryTest.java19 Thread thread=factory.newThread(new MyRunnable(), BASE); in testNoNumbering()
27 Thread thread=factory.newThread(new MyRunnable(), BASE); in testNumbering()
32 thread=factory.newThread(new MyRunnable(), BASE); in testNumbering()
41 Thread thread=factory.newThread(new MyRunnable(), BASE); in testPatterns()
47 thread=factory.newThread(new MyRunnable(), BASE); in testPatterns()
54 thread=factory.newThread(new MyRunnable(), BASE); in testPatterns()
60 static class MyRunnable implements Runnable { class in ThreadFactoryTest
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/abscissa_derive-0.5.0/src/
H A Drunnable.rs27 enum MyRunnable { in derive_runnable_on_enum()
36 impl Runnable for MyRunnable { in derive_runnable_on_enum()
39 MyRunnable::A(ref __binding_0,) => { in derive_runnable_on_enum()
42 MyRunnable::B(ref __binding_0,) => { in derive_runnable_on_enum()
45 MyRunnable::C(ref __binding_0,) => { in derive_runnable_on_enum()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestGLContextSurfaceLockNEWT.java53 public abstract class MyRunnable implements Runnable { class in TestGLContextSurfaceLockNEWT
58 public MyRunnable(final Object postSync, final int id) { in MyRunnable() method in TestGLContextSurfaceLockNEWT.MyRunnable
66 public class RudeAnimator extends MyRunnable {
96 public class RudeResizer extends MyRunnable {
138 protected static boolean done(final MyRunnable[] tasks) { in done()
196 final MyRunnable[] animTasks = new MyRunnable[animThreadCount]; in runJOGLTasks()
197 final MyRunnable[] resizeTasks = new MyRunnable[animThreadCount]; in runJOGLTasks()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DBug6688002Test.java61 threads[i] = new Thread(new MyRunnable(i)); in testMultiThread()
71 public class MyRunnable implements Runnable { class in Bug6688002Test
74 MyRunnable(int no) { in MyRunnable() method in Bug6688002Test.MyRunnable
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/gtest/xpcom/
H A Dtest.rs83 impl MyRunnable { in Rust_ImplementRunnableInRust() impl
91 let my_runnable = MyRunnable::allocate(InitMyRunnable { in Rust_ImplementRunnableInRust()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/rust/gtest/xpcom/
H A Dtest.rs72 impl MyRunnable { in Rust_ImplementRunnableInRust() impl
80 let my_runnable = MyRunnable::allocate(InitMyRunnable { in Rust_ImplementRunnableInRust()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java80 Thread t3 = new Thread(new MyRunnable()); in main()
117 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java79 Thread t3 = new Thread(new MyRunnable()); in main()
116 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java80 Thread t3 = new Thread(new MyRunnable()); in main()
117 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java79 Thread t3 = new Thread(new MyRunnable()); in main()
116 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java79 Thread t3 = new Thread(new MyRunnable()); in main()
116 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java79 Thread t3 = new Thread(new MyRunnable()); in main()
116 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java79 Thread t3 = new Thread(new MyRunnable()); in main()
116 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StackWalker/
H A DCallerFromMain.java79 Thread t3 = new Thread(new MyRunnable()); in main()
116 static class MyRunnable implements Runnable { class in CallerFromMain
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/java/org/tanukisoftware/wrapper/test/
H A DOpenVariousSizeWindows.java19 static class MyRunnable implements Runnable { class in OpenVariousSizeWindows
152 MyRunnable r = new OpenVariousSizeWindows.MyRunnable(); in main()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSynthEngine.java124 class MyRunnable implements Runnable { class in SynthEngine
286 mThread = new Thread(new MyRunnable()); in start()
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DTimeSchedulerTest.java63 futures[i]=timer.schedule(new MyRunnable(i), 1000, TimeUnit.MILLISECONDS); in testSchedulingTasksThenCancellingEverySecondTask()
626 static class MyRunnable implements Runnable { class in TimeSchedulerTest
629 public MyRunnable(int num) { in MyRunnable() method in TimeSchedulerTest.MyRunnable