Searched refs:join_thread (Results 1 – 25 of 25) sorted by relevance
130 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)
86 threading_helper.join_thread(t)141 threading_helper.join_thread(t)
69 threading_helper.join_thread(thread) # make sure the thread terminates85 threading_helper.join_thread(thread) # make sure the thread terminates
267 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)
370 threading_helper.join_thread(t)798 threading_helper.join_thread(t)
547 call_queue.join_thread()568 call_queue.join_thread()
877 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()
257 threading_helper.join_thread(self.thread)
83 queue.join_thread()89 threading_helper.join_thread(process)
176 join_thread(worker); in main()178 join_thread(interrupter); in main()
304 join_thread(thr_id1); in main()305 join_thread(thr_id2); in main()
155 join_thread(user_id); in main()
278 void join_thread(int i);
203 join_thread(t_id); in main()
105 def join_thread(thread, timeout=None): function
293 join_thread(per_id); in main()
150 def join_thread(self): member in Queue
369 void join_thread(int i) in join_thread() function
512 self.call_queue.join_thread()
231 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
558 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
2122 Fix multiprocessing.Queue.join_thread(): it now waits until the thread
846 .. 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 prevents860 exits -- see :meth:`join_thread`.
1223 .. function:: join_thread(thread, timeout=None)
731 threading_helper.join_thread(thread)