HomeSort by relevance Sort by last modified time
    Searched refs:current_thread (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 96 current_process = threading.current_thread
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 150 # Calling current_thread() forces an entry for the foreign
152 threading.current_thread()
328 threading.current_thread()
428 threading.current_thread()
479 args=(threading.current_thread(),))
498 args=(threading.current_thread(),))
510 main_thread = threading.current_thread()
701 current_thread = threading.current_thread()
702 self.assertRaises(RuntimeError, current_thread.join)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 230 threading.current_thread().name)
280 threading.current_thread().name)
293 threading.current_thread().name)
421 threading.current_thread().name = name
740 if threading.current_thread().name != 'MainThread':
741 name += '|' + threading.current_thread().name
754 threading.current_thread().name)
818 threading.current_thread().name)
    [all...]
pool.py 320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler:
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 230 threading.current_thread().name)
280 threading.current_thread().name)
293 threading.current_thread().name)
421 threading.current_thread().name = name
740 if threading.current_thread().name != 'MainThread':
741 name += '|' + threading.current_thread().name
754 threading.current_thread().name)
818 threading.current_thread().name)
    [all...]
pool.py 320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 230 threading.current_thread().name)
280 threading.current_thread().name)
293 threading.current_thread().name)
421 threading.current_thread().name = name
740 if threading.current_thread().name != 'MainThread':
741 name += '|' + threading.current_thread().name
754 threading.current_thread().name)
818 threading.current_thread().name)
    [all...]
pool.py 320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 230 threading.current_thread().name)
280 threading.current_thread().name)
293 threading.current_thread().name)
421 threading.current_thread().name = name
740 if threading.current_thread().name != 'MainThread':
741 name += '|' + threading.current_thread().name
754 threading.current_thread().name)
818 threading.current_thread().name)
    [all...]
pool.py 320 thread = threading.current_thread()
333 thread = threading.current_thread()
372 thread = threading.current_thread()
492 if threading.current_thread() is not worker_handler:
503 if threading.current_thread() is not task_handler:
507 if threading.current_thread() is not result_handler:
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 359 DWORD current_thread = ::GetCurrentThreadId(); local
364 thread_to_thread_locals->find(current_thread);
367 std::make_pair(current_thread, ThreadLocalValues())).first;
368 StartWatcherThreadFor(current_thread);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_lock.py 17 from threading import current_thread as currentThread
test_all.py 464 from threading import Thread, current_thread namespace
465 del Thread, current_thread
test_thread.py 27 from threading import current_thread as currentThread
  /prebuilts/gdb/darwin-x86/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
66 # Issue #4188: calling current_thread() can incur an infinite
300 # Return True if lock is owned by current_thread.
709 return current_thread().daemon
1163 current_thread = currentThread variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_lock.py 17 from threading import current_thread as currentThread
test_all.py 464 from threading import Thread, current_thread namespace
465 del Thread, current_thread
test_thread.py 27 from threading import current_thread as currentThread
  /prebuilts/gdb/linux-x86/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
66 # Issue #4188: calling current_thread() can incur an infinite
300 # Return True if lock is owned by current_thread.
709 return current_thread().daemon
1163 current_thread = currentThread variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 17 from threading import current_thread as currentThread
test_all.py 464 from threading import Thread, current_thread namespace
465 del Thread, current_thread
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
66 # Issue #4188: calling current_thread() can incur an infinite
300 # Return True if lock is owned by current_thread.
709 return current_thread().daemon
1163 current_thread = currentThread variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 17 from threading import current_thread as currentThread
test_all.py 464 from threading import Thread, current_thread namespace
465 del Thread, current_thread
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 30 'current_thread', 'enumerate', 'Event',
66 # Issue #4188: calling current_thread() can incur an infinite
300 # Return True if lock is owned by current_thread.
709 return current_thread().daemon
1163 current_thread = currentThread variable
    [all...]

Completed in 450 milliseconds

12 3