Home
last modified time | relevance | path

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

12345678910>>...23

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/
H A Dinterrupt001a.java69 private static interrupt001aThread thread3 = null; field in interrupt001a
108 thread3 = threadStart("Thread03"); in main()
121 if (waitThreadJoin(thread3) == FAILED) { in main()
137 thread3 = threadStart("Thread13"); in main()
143 thread3.suspend(); in main()
146 thread3.interrupt(); in main()
162 thread3.resume(); in main()
163 if (waitThreadJoin(thread3) == FAILED) { in main()
230 thread3.interrupt(); in checkInterruptStatus()
234 if (thread3.isInterrupted()) { in checkInterruptStatus()
[all …]
/dports/www/py-praw/praw-6.2.0/tests/unit/models/reddit/
H A Dtest_live.py48 thread3 = LiveThread(self.reddit, id="dummy3")
51 assert thread3 == thread3
53 assert thread2 != thread3
54 assert thread1 != thread3
70 thread3 = LiveThread(self.reddit, id="dummy3")
73 assert hash(thread3) == hash(thread3)
75 assert hash(thread2) != hash(thread3)
76 assert hash(thread1) != hash(thread3)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/Threads/
H A DFontThread.java37 static FontThread thread3; field in FontThread
42 thread3 = new FontThread("Monospaced"); in main()
46 thread3.start(); in main()
52 thread3.join(); in main()
83 thread3.interrupt(); in run()
/dports/devel/p5-forks/forks-0.36/t/
H A Dforks01.t387 my ($thread1, $thread2, $thread3);
399 ok( $thread3->join,"Check if came back correctly from thread3" );
405 $thread3 = threads->new( sub { lock $zoo; cond_wait $zoo; 1} );
412 ok( $thread3->join,"Check if came back correctly from thread3" );
452 $thread3 = threads->new( sub { lock $lockvar; cond_wait $zoo, $lockvar; 1} );
459 ok( $thread3->join,"Check if came back correctly from thread3" );
474 $thread3 = threads->new( sub {
483 $thread3->detach;
495 ok( $thread3->is_running(),"Check that thread is_running returns true" );
496 ok( !$thread3->is_joinable(),"Check that thread is_joinable returns false" );
[all …]
H A Dforks04.t332 my ($thread1, $thread2, $thread3);
335 $thread3 = threads->new( sub { lock $zoo; cond_timedwait $zoo, time() + 30; $zoo = threads->tid; 1}…
344 ok( $thread3->join,"Check if came back correctly from thread3" );
350 $thread3 = threads->new( sub { lock $zoo; cond_wait $zoo; 1} );
357 ok( $thread3->join,"Check if came back correctly from thread3" );
397 $thread3 = threads->new( sub { lock $lockvar; cond_wait $zoo, $lockvar; 1} );
404 ok( $thread3->join,"Check if came back correctly from thread3" );
413 $thread3 = threads->new( sub { lock $lockvar; cond_wait $lockvar; 1})->detach;
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/memory_replay/tests/
H A DThreadsTest.cpp57 Thread* thread3 = threads.CreateThread(902); in TEST() local
58 ASSERT_TRUE(thread3 != nullptr); in TEST()
68 ASSERT_EQ(thread3, found_thread3); in TEST()
73 thread3->SetAllocEntry(&thread_done); in TEST()
79 thread3->SetPending(); in TEST()
80 threads.Finish(thread3); in TEST()
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/tests/check/gst/
H A Dthreadpool.c106 GstRTSPThread *thread3; in do_test_pool_max_thread() local
149 thread3 = gst_rtsp_thread_pool_get_thread (pool, GST_RTSP_THREAD_TYPE_CLIENT, in do_test_pool_max_thread()
151 fail_unless (GST_IS_RTSP_THREAD (thread3)); in do_test_pool_max_thread()
154 fail_unless (thread3 == thread2 || thread3 == thread1); in do_test_pool_max_thread()
158 gst_rtsp_thread_stop (thread3); in do_test_pool_max_thread()
/dports/security/zeronet/ZeroNet-0.7.1/src/util/
H A DNoparallel.py103 thread3 = gevent.spawn(test2.count)
110 thread3.join()
117 print(thread1.value, thread2.value, thread3.value, thread4.value)
128 thread3 = test2.count()
134 thread3.join()
141 print(thread1.value, thread2.value, thread3.value, thread4.value)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/connection-monitoring-and-pooling/
H A Dpool-checkout-multiple.yml10 target: thread3
16 thread: thread3
22 target: thread3

12345678910>>...23