/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_dummy_thread.py | 74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY)) 107 #Calling start_new_thread with a function that executes interrupt_main 111 self.assertRaises(KeyboardInterrupt, _thread.start_new_thread, 125 """Use to test _thread.start_new_thread() passes args properly.""" 129 _thread.start_new_thread(arg_tester, (testing_queue, True, True)) 133 _thread.start_new_thread(arg_tester, tuple(), {'queue':testing_queue, 138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True}) 162 _thread.start_new_thread(queue_mark,
|
test_threaded_import.py | 67 thread.start_new_thread(task, ())
|
test_thread.py | 43 thread.start_new_thread(self.task, (self.next_ident,)) 117 thread.start_new_thread(task, ()) 150 thread.start_new_thread(task, ()) 188 thread.start_new_thread(self.task2, (i,)) 244 thread.start_new_thread(thread1, ())
|
test_threadsignals.py | 68 thread.start_new_thread(send_signals, ())
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_dummy_thread.py | 74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY)) 107 #Calling start_new_thread with a function that executes interrupt_main 111 self.assertRaises(KeyboardInterrupt, _thread.start_new_thread, 125 """Use to test _thread.start_new_thread() passes args properly.""" 129 _thread.start_new_thread(arg_tester, (testing_queue, True, True)) 133 _thread.start_new_thread(arg_tester, tuple(), {'queue':testing_queue, 138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True}) 162 _thread.start_new_thread(queue_mark,
|
test_threaded_import.py | 67 thread.start_new_thread(task, ())
|
test_thread.py | 43 thread.start_new_thread(self.task, (self.next_ident,)) 117 thread.start_new_thread(task, ()) 150 thread.start_new_thread(task, ()) 188 thread.start_new_thread(self.task2, (i,)) 244 thread.start_new_thread(thread1, ())
|
test_threadsignals.py | 68 thread.start_new_thread(send_signals, ())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dummy_thread.py | 74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY)) 107 #Calling start_new_thread with a function that executes interrupt_main 111 self.assertRaises(KeyboardInterrupt, _thread.start_new_thread, 125 """Use to test _thread.start_new_thread() passes args properly.""" 129 _thread.start_new_thread(arg_tester, (testing_queue, True, True)) 133 _thread.start_new_thread(arg_tester, tuple(), {'queue':testing_queue, 138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True}) 162 _thread.start_new_thread(queue_mark,
|
test_threaded_import.py | 67 thread.start_new_thread(task, ())
|
test_thread.py | 43 thread.start_new_thread(self.task, (self.next_ident,)) 117 thread.start_new_thread(task, ()) 150 thread.start_new_thread(task, ()) 188 thread.start_new_thread(self.task2, (i,)) 244 thread.start_new_thread(thread1, ())
|
test_threadsignals.py | 68 thread.start_new_thread(send_signals, ())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dummy_thread.py | 74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY)) 107 #Calling start_new_thread with a function that executes interrupt_main 111 self.assertRaises(KeyboardInterrupt, _thread.start_new_thread, 125 """Use to test _thread.start_new_thread() passes args properly.""" 129 _thread.start_new_thread(arg_tester, (testing_queue, True, True)) 133 _thread.start_new_thread(arg_tester, tuple(), {'queue':testing_queue, 138 _thread.start_new_thread(arg_tester, (testing_queue, True), {'arg2':True}) 162 _thread.start_new_thread(queue_mark,
|
test_threaded_import.py | 67 thread.start_new_thread(task, ())
|
test_thread.py | 43 thread.start_new_thread(self.task, (self.next_ident,)) 117 thread.start_new_thread(task, ()) 150 thread.start_new_thread(task, ()) 188 thread.start_new_thread(self.task2, (i,)) 244 thread.start_new_thread(thread1, ())
|
test_threadsignals.py | 68 thread.start_new_thread(send_signals, ())
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
dummy_thread.py | 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock', 27 def start_new_thread(function, args, kwargs={}): function 28 """Dummy implementation of thread.start_new_thread(). 139 """Set _interrupt flag to True to have start_new_thread raise
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
dummy_thread.py | 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock', 27 def start_new_thread(function, args, kwargs={}): function 28 """Dummy implementation of thread.start_new_thread(). 139 """Set _interrupt flag to True to have start_new_thread raise
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock', 27 def start_new_thread(function, args, kwargs={}): function 28 """Dummy implementation of thread.start_new_thread(). 139 """Set _interrupt flag to True to have start_new_thread raise
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock', 27 def start_new_thread(function, args, kwargs={}): function 28 """Dummy implementation of thread.start_new_thread(). 139 """Set _interrupt flag to True to have start_new_thread raise
|
/external/autotest/client/site_tests/autoupdate_CannedOmahaUpdate/ |
autoupdate_CannedOmahaUpdate.py | 85 thread.start_new_thread(self._httpd.serve_forever, ())
|
/prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/ |
scan-view | 126 t = thread.start_new_thread(start_browser, (port,options))
|
/prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/ |
scan-view | 126 t = thread.start_new_thread(start_browser, (port,options))
|
/prebuilts/clang/host/linux-x86/3.8/tools/scan-view/ |
scan-view | 126 t = thread.start_new_thread(start_browser, (port,options))
|
/prebuilts/clang/linux-x86/host/3.6/tools/scan-view/ |
scan-view | 126 t = thread.start_new_thread(start_browser, (port,options))
|