/external/python/cpython3/Lib/test/ |
D | test_asynchat.py | 126 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)
|
D | test_sched.py | 85 support.join_thread(t, timeout=TIMEOUT) 140 support.join_thread(t, timeout=TIMEOUT)
|
D | test_queue.py | 71 support.join_thread(thread, 10) # make sure the thread terminates 87 support.join_thread(thread, 10) # make sure the thread terminates
|
D | test_asyncore.py | 363 support.join_thread(t, timeout=TIMEOUT) 791 support.join_thread(t, timeout=TIMEOUT)
|
D | test_logging.py | 854 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()
|
D | test_imaplib.py | 247 support.join_thread(self.thread, 3.0)
|
D | test_concurrent_futures.py | 434 call_queue.join_thread()
|
D | _test_multiprocessing.py | 77 queue.join_thread() 83 support.join_thread(process, timeout=TIMEOUT)
|
/external/ltp/testcases/realtime/func/sched_jitter/ |
D | sched_jitter.c | 176 join_thread(worker); in main() 178 join_thread(interrupter); in main()
|
/external/ltp/testcases/realtime/func/pthread_kill_latency/ |
D | pthread_kill_latency.c | 304 join_thread(thr_id1); in main() 305 join_thread(thr_id2); in main()
|
/external/ltp/testcases/realtime/func/async_handler/ |
D | async_handler_jk.c | 155 join_thread(user_id); in main()
|
/external/ltp/testcases/realtime/include/ |
D | librttest.h | 279 void join_thread(int i);
|
/external/ltp/testcases/realtime/func/hrtimer-prio/ |
D | hrtimer-prio.c | 206 join_thread(t_id); in main()
|
/external/ltp/testcases/realtime/func/sched_latency/ |
D | sched_latency.c | 293 join_thread(per_id); in main()
|
/external/python/cpython2/Lib/multiprocessing/ |
D | queues.py | 167 def join_thread(self): member in Queue
|
/external/python/cpython3/Lib/multiprocessing/ |
D | queues.py | 141 def join_thread(self): member in Queue
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | process.py | 662 self._call_queue.join_thread()
|
/external/ltp/testcases/realtime/lib/ |
D | librttest.c | 366 void join_thread(int i) in join_thread() function
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.4rc1.rst | 231 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
|
D | 3.6.3rc1.rst | 559 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
|
/external/python/cpython2/Doc/library/ |
D | multiprocessing.rst | 656 .. 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/ |
D | multiprocessing.rst | 825 .. 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`.
|
D | test.rst | 1025 .. function:: join_thread(thread, timeout=30.0)
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2168 def join_thread(thread, timeout=30.0): function
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_events.py | 834 support.join_thread(thread, timeout=1)
|