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

1 2 3 4 5

  /external/python/cpython3/Lib/test/
test_dummy_thread.py 74 _thread.start_new_thread(delay_unlock,(self.lock, DELAY))
128 #Calling start_new_thread with a function that executes interrupt_main
134 _thread.start_new_thread,
158 """Use to test _thread.start_new_thread() passes args properly."""
162 _thread.start_new_thread(arg_tester, (testing_queue, True, True))
168 _thread.start_new_thread(
178 _thread.start_new_thread(
207 _thread.start_new_thread(queue_mark,
218 Test invoking start_new_thread() with a non-tuple value for "args".
222 _thread.start_new_thread(mock.Mock(), []
    [all...]
test_thread.py 41 thread.start_new_thread(self.task, (self.next_ident,))
111 thread.start_new_thread(task, ())
144 thread.start_new_thread(task, ())
182 thread.start_new_thread(self.task2, (i,))
239 thread.start_new_thread(thread1, ())
test_threadsignals.py 70 thread.start_new_thread(send_signals, ())
118 thread.start_new_thread(other_thread, ())
150 thread.start_new_thread(other_thread, ())
198 thread.start_new_thread(send_signals, ())
  /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, ())
  /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_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, ())
  /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_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_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_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_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
  /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
  /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))
  /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))
  /external/python/cpython3/Lib/
_dummy_thread.py 16 __all__ = ['error', 'start_new_thread', 'exit', 'get_ident', 'allocate_lock',
29 def start_new_thread(function, args, kwargs={}): function
30 """Dummy implementation of _thread.start_new_thread().
157 """Set _interrupt flag to True to have start_new_thread raise

Completed in 647 milliseconds

1 2 3 4 5