HomeSort by relevance Sort by last modified time
    Searched refs:threading (Results 251 - 275 of 913) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
rpc.py 37 import threading
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 37 import threading
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 37 import threading
109 print>>erf, 'Thread: %s' % threading.currentThread().getName()
129 self.sockthread = threading.currentThread()
152 s = self.location + " " + str(threading.currentThread().getName())
221 if threading.currentThread() != self.sockthread:
222 cvar = threading.Condition()
231 if threading.currentThread() != self.sockthread:
232 cvar = threading.Condition()
297 if threading.currentThread() is self.sockthread:
  /external/python/cpython2/Lib/multiprocessing/
pool.py 41 import threading
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
179 self._result_handler = threading.Thread(
321 thread = threading.current_thread()
334 thread = threading.current_thread()
385 thread = threading.current_thread()
505 if threading.current_thread() is not worker_handler:
516 if threading.current_thread() is not task_handler:
520 if threading.current_thread() is not result_handler
    [all...]
managers.py 45 import threading
167 self.mutex = threading.RLock()
182 t = threading.Thread(target=self.handle_request, args=(c,))
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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
pool.py 41 import threading
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
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
    [all...]
managers.py 45 import threading
167 self.mutex = threading.RLock()
182 t = threading.Thread(target=self.handle_request, args=(c,))
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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
pool.py 41 import threading
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
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
    [all...]
managers.py 45 import threading
167 self.mutex = threading.RLock()
182 t = threading.Thread(target=self.handle_request, args=(c,))
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
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 41 import threading
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
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
    [all...]
managers.py 45 import threading
167 self.mutex = threading.RLock()
182 t = threading.Thread(target=self.handle_request, args=(c,))
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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 41 import threading
161 self._worker_handler = threading.Thread(
170 self._task_handler = threading.Thread(
178 self._result_handler = threading.Thread(
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
    [all...]
managers.py 45 import threading
167 self.mutex = threading.RLock()
182 t = threading.Thread(target=self.handle_request, args=(c,))
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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
85 self.cumlock = threading.Lock()
153 threading.Thread(target=self.worker, args=(q,)).start()
test_ssl.py 360 import threading
366 class ThreadedEchoServer(threading.Thread):
368 class ConnectionHandler(threading.Thread):
380 threading.Thread.__init__(self)
515 threading.Thread.__init__(self)
520 threading.Thread.start(self)
546 class AsyncoreEchoServer(threading.Thread):
618 threading.Thread.__init__(self)
626 threading.Thread.start(self)
639 class SocketServerHTTPSServer(threading.Thread):
    [all...]
  /external/python/cpython2/Lib/test/
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 14 import threading
169 if threading.current_thread().name != 'MainThread':
170 name += '|' + threading.current_thread().name
194 if threading.current_thread().name != 'MainThread':
195 name += '|' + threading.current_thread().name
372 class Barrier(threading.Barrier):
pool.py 16 import threading
24 # If threading is available then ThreadPool should be provided. Therefore
170 self._worker_handler = threading.Thread(
179 self._task_handler = threading.Thread(
188 self._result_handler = threading.Thread(
361 thread = threading.current_thread()
374 thread = threading.current_thread()
425 thread = threading.current_thread()
545 if threading.current_thread() is not worker_handler:
556 if threading.current_thread() is not task_handler
    [all...]
  /external/python/cpython3/Lib/test/
test_queue.py 7 threading = support.import_module('threading') variable
15 class _TriggerThread(threading.Thread):
19 self.startedEvent = threading.Event()
20 threading.Thread.__init__(self)
91 self.cumlock = threading.Lock()
163 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py 7 threading = test_support.import_module('threading') variable
12 class _TriggerThread(threading.Thread):
16 self.startedEvent = threading.Event()
17 threading.Thread.__init__(self)
88 self.cumlock = threading.Lock()
156 threading.Thread(target=self.worker, args=(q,)).start()
  /development/testrunner/
run_command.py 22 import threading
120 t = threading.Thread(target=Run)
  /external/autotest/client/cros/
device_jail_utils.py 12 import threading
46 self._thread = threading.Thread(target=target_func)

Completed in 1707 milliseconds

<<11121314151617181920>>