Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_asynchat.py130 threading_helper.join_thread(s)
161 threading_helper.join_thread(s)
181 threading_helper.join_thread(s)
193 threading_helper.join_thread(s)
203 threading_helper.join_thread(s)
214 threading_helper.join_thread(s)
233 threading_helper.join_thread(s)
254 threading_helper.join_thread(s)
Dtest_sched.py86 threading_helper.join_thread(t)
141 threading_helper.join_thread(t)
Dtest_queue.py69 threading_helper.join_thread(thread) # make sure the thread terminates
85 threading_helper.join_thread(thread) # make sure the thread terminates
Dtest_smtplib.py267 threading_helper.join_thread(self.thread)
795 threading_helper.join_thread(self.thread)
1056 threading_helper.join_thread(self.thread)
1409 threading_helper.join_thread(self.thread)
1537 threading_helper.join_thread(self.thread)
Dtest_asyncore.py370 threading_helper.join_thread(t)
798 threading_helper.join_thread(t)
Dtest_concurrent_futures.py547 call_queue.join_thread()
568 call_queue.join_thread()
Dtest_logging.py877 threading_helper.join_thread(self._thread)
928 threading_helper.join_thread(self._thread)
1194 threading_helper.join_thread(thread)
3254 threading_helper.join_thread(t)
3678 log_queue.join_thread()
3706 queue.join_thread()
Dtest_imaplib.py257 threading_helper.join_thread(self.thread)
D_test_multiprocessing.py83 queue.join_thread()
89 threading_helper.join_thread(process)
/third_party/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c176 join_thread(worker); in main()
178 join_thread(interrupter); in main()
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c304 join_thread(thr_id1); in main()
305 join_thread(thr_id2); in main()
/third_party/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c155 join_thread(user_id); in main()
/third_party/ltp/testcases/realtime/include/
Dlibrttest.h278 void join_thread(int i);
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c203 join_thread(t_id); in main()
/third_party/python/Lib/test/support/
Dthreading_helper.py105 def join_thread(thread, timeout=None): function
/third_party/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c293 join_thread(per_id); in main()
/third_party/python/Lib/multiprocessing/
Dqueues.py150 def join_thread(self): member in Queue
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c369 void join_thread(int i) in join_thread() function
/third_party/python/Lib/concurrent/futures/
Dprocess.py512 self.call_queue.join_thread()
/third_party/python/Misc/NEWS.d/
D3.5.4rc1.rst231 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
D3.6.3rc1.rst558 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
D3.7.0a1.rst2122 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
/third_party/python/Doc/library/
Dmultiprocessing.rst846 .. method:: join_thread()
854 :meth:`cancel_join_thread` to make :meth:`join_thread` do nothing.
858 Prevent :meth:`join_thread` from blocking. In particular, this prevents
860 exits -- see :meth:`join_thread`.
Dtest.rst1223 .. function:: join_thread(thread, timeout=None)
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py731 threading_helper.join_thread(thread)