Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/
Dtest_asynchat.py126 support.join_thread(s, timeout=TIMEOUT)
157 support.join_thread(s, timeout=TIMEOUT)
177 support.join_thread(s, timeout=TIMEOUT)
189 support.join_thread(s, timeout=TIMEOUT)
199 support.join_thread(s, timeout=TIMEOUT)
210 support.join_thread(s, timeout=TIMEOUT)
229 support.join_thread(s, timeout=TIMEOUT)
250 support.join_thread(s, timeout=TIMEOUT)
Dtest_sched.py85 support.join_thread(t, timeout=TIMEOUT)
140 support.join_thread(t, timeout=TIMEOUT)
Dtest_queue.py71 support.join_thread(thread, 10) # make sure the thread terminates
87 support.join_thread(thread, 10) # make sure the thread terminates
Dtest_asyncore.py363 support.join_thread(t, timeout=TIMEOUT)
791 support.join_thread(t, timeout=TIMEOUT)
Dtest_logging.py854 support.join_thread(self._thread, timeout)
907 support.join_thread(self._thread, timeout)
3068 support.join_thread(t, 2.0)
3417 log_queue.join_thread()
3445 queue.join_thread()
Dtest_imaplib.py247 support.join_thread(self.thread, 3.0)
Dtest_concurrent_futures.py434 call_queue.join_thread()
D_test_multiprocessing.py77 queue.join_thread()
83 support.join_thread(process, timeout=TIMEOUT)
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c176 join_thread(worker); in main()
178 join_thread(interrupter); in main()
/external/ltp/testcases/realtime/func/pthread_kill_latency/
Dpthread_kill_latency.c304 join_thread(thr_id1); in main()
305 join_thread(thr_id2); in main()
/external/ltp/testcases/realtime/func/async_handler/
Dasync_handler_jk.c155 join_thread(user_id); in main()
/external/ltp/testcases/realtime/include/
Dlibrttest.h279 void join_thread(int i);
/external/ltp/testcases/realtime/func/hrtimer-prio/
Dhrtimer-prio.c206 join_thread(t_id); in main()
/external/ltp/testcases/realtime/func/sched_latency/
Dsched_latency.c293 join_thread(per_id); in main()
/external/python/cpython2/Lib/multiprocessing/
Dqueues.py167 def join_thread(self): member in Queue
/external/python/cpython3/Lib/multiprocessing/
Dqueues.py141 def join_thread(self): member in Queue
/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py662 self._call_queue.join_thread()
/external/ltp/testcases/realtime/lib/
Dlibrttest.c366 void join_thread(int i) in join_thread() function
/external/python/cpython3/Misc/NEWS.d/
D3.5.4rc1.rst231 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
D3.6.3rc1.rst559 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst656 .. method:: join_thread()
664 :meth:`cancel_join_thread` to make :meth:`join_thread` do nothing.
668 Prevent :meth:`join_thread` from blocking. In particular, this prevents
670 exits -- see :meth:`join_thread`.
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst825 .. method:: join_thread()
833 :meth:`cancel_join_thread` to make :meth:`join_thread` do nothing.
837 Prevent :meth:`join_thread` from blocking. In particular, this prevents
839 exits -- see :meth:`join_thread`.
Dtest.rst1025 .. function:: join_thread(thread, timeout=30.0)
/external/python/cpython3/Lib/test/support/
D__init__.py2168 def join_thread(thread, timeout=30.0): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py834 support.join_thread(thread, timeout=1)

12