Home
last modified time | relevance | path

Searched refs:join_thread (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_asynchat.py131 threading_helper.join_thread(s)
162 threading_helper.join_thread(s)
182 threading_helper.join_thread(s)
194 threading_helper.join_thread(s)
204 threading_helper.join_thread(s)
215 threading_helper.join_thread(s)
234 threading_helper.join_thread(s)
255 threading_helper.join_thread(s)
H A Dtest_sched.py87 threading_helper.join_thread(t)
156 threading_helper.join_thread(t)
H A Dtest_queue.py71 threading_helper.join_thread(thread) # make sure the thread terminates
87 threading_helper.join_thread(thread) # make sure the thread terminates
H A Dtest_smtplib.py269 threading_helper.join_thread(self.thread)
797 threading_helper.join_thread(self.thread)
1058 threading_helper.join_thread(self.thread)
1411 threading_helper.join_thread(self.thread)
1539 threading_helper.join_thread(self.thread)
H A Dtest_asyncore.py369 threading_helper.join_thread(t)
797 threading_helper.join_thread(t)
H A Dtest_logging.py883 threading_helper.join_thread(self._thread)
934 threading_helper.join_thread(self._thread)
1203 threading_helper.join_thread(thread)
3315 threading_helper.join_thread(t)
3813 log_queue.join_thread()
3841 queue.join_thread()
H A Dtest_concurrent_futures.py572 call_queue.join_thread()
594 call_queue.join_thread()
H A Dtest_imaplib.py260 threading_helper.join_thread(self.thread)
H A D_test_multiprocessing.py91 queue.join_thread()
97 threading_helper.join_thread(process)
/third_party/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c176 join_thread(worker); in main()
178 join_thread(interrupter); in main()
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H A 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/
H A Dasync_handler_jk.c155 join_thread(user_id); in main()
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c203 join_thread(t_id); in main()
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h278 void join_thread(int i);
/third_party/ltp/testcases/realtime/func/sched_latency/
H A Dsched_latency.c293 join_thread(per_id); in main()
/third_party/python/Lib/test/support/
H A Dthreading_helper.py106 def join_thread(thread, timeout=None): function
/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c369 void join_thread(int i) in join_thread() function
/third_party/python/Lib/multiprocessing/
H A Dqueues.py147 def join_thread(self): member in Queue
148 debug('Queue.join_thread()')
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py547 self.call_queue.join_thread()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py773 threading_helper.join_thread(thread)

Completed in 34 milliseconds