Home
last modified time | relevance | path

Searched defs:join_thread (Results 1 – 4 of 4) sorted by relevance

/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/ltp/testcases/realtime/lib/
Dlibrttest.c366 void join_thread(int i) in join_thread() function
/external/python/cpython3/Lib/test/support/
D__init__.py2168 def join_thread(thread, timeout=30.0): function