HomeSort by relevance Sort by last modified time
    Searched refs:start_new_thread (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/python/cpython2/Lib/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,))
113 thread.start_new_thread(task, ())
146 thread.start_new_thread(task, ())
184 thread.start_new_thread(self.task2, (i,))
245 thread.start_new_thread(thread1, ())
test_threadsignals.py 68 thread.start_new_thread(send_signals, ())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 129 thread.start_new_thread(f1, (lock,)) # Adds 2
130 thread.start_new_thread(f1, (lock, f1)) # Adds 3
131 thread.start_new_thread(f2, (lock,)) # Adds 1
132 thread.start_new_thread(f2, (lock,)) # Adds 1
246 thread.start_new_thread(consumer, (buffer, cwait, n))
247 thread.start_new_thread(producer, (buffer, pwait, n))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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_thread.py 43 thread.start_new_thread(self.task, (self.next_ident,))
117 thread.start_new_thread(task, ())
165 thread.start_new_thread(self.task2, (i,))
221 thread.start_new_thread(thread1, ())
test_threaded_import.py 67 thread.start_new_thread(task, ())
test_threadsignals.py 68 thread.start_new_thread(send_signals, ())
  /external/python/cpython2/Demo/metaclasses/
Synch.py 129 thread.start_new_thread(f1, (lock,)) # Adds 2
130 thread.start_new_thread(f1, (lock, f1)) # Adds 3
131 thread.start_new_thread(f2, (lock,)) # Adds 1
132 thread.start_new_thread(f2, (lock,)) # Adds 1
246 thread.start_new_thread(consumer, (buffer, cwait, n))
247 thread.start_new_thread(producer, (buffer, pwait, n))
  /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, ())
  /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, ())
  /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, ())
  /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, ())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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

Completed in 819 milliseconds

1 2 3 4