HomeSort by relevance Sort by last modified time
    Searched full:_thread (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /external/python/cpython3/Lib/
tempfile.py 49 import _thread
51 import _dummy_thread as _thread
52 _allocate_lock = _thread.allocate_lock
telnetlib.py 563 import _thread
564 _thread.start_new_thread(self.listener, ())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tempfile.py 60 import thread as _thread
62 import dummy_thread as _thread
63 _allocate_lock = _thread.allocate_lock
  /prebuilts/gdb/linux-x86/lib/python2.7/
tempfile.py 60 import thread as _thread
62 import dummy_thread as _thread
63 _allocate_lock = _thread.allocate_lock
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 60 import thread as _thread
62 import dummy_thread as _thread
63 _allocate_lock = _thread.allocate_lock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 60 import thread as _thread
62 import dummy_thread as _thread
63 _allocate_lock = _thread.allocate_lock
  /external/python/cpython3/Lib/test/
test_gdb.py 16 import _thread
18 _thread = None variable
757 @unittest.skipUnless(_thread,
796 @unittest.skipUnless(_thread,
    [all...]
test_asynchat.py 6 thread = support.import_module('_thread')
test_logging.py 722 self._thread = None
741 self._thread = t = threading.Thread(target=self.serve_forever,
772 self._thread.join(timeout)
773 self._thread = None
792 self._thread = None
801 self._thread = t = threading.Thread(target=self.serve_forever,
822 if self._thread is not None:
823 self._thread.join(timeout)
824 self._thread = None
    [all...]
  /external/python/cpython2/Misc/
maintainers.rst 55 _thread pitrou
  /external/tensorflow/tensorflow/python/platform/
tf_logging.py 283 thread_id = six.moves._thread.get_ident()
  /external/scapy/scapy/modules/
six.py 284 MovedModule("_thread", "thread", "_thread"),
  /external/python/cpython3/Doc/library/
threading.rst 12 level :mod:`_thread` module. See also the :mod:`queue` module.
15 :mod:`threading` cannot be used because :mod:`_thread` is missing.
153 .. _thread-objects:
295 :func:`_thread.get_ident()` function. Thread identifiers may be recycled
344 synchronization primitive available, implemented directly by the :mod:`_thread`
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 35 import _thread, threading
37 _thread = None variable
    [all...]
  /external/eigen/cmake/
FindBLAS.cmake 168 macro(Check_Fortran_Libraries LIBRARIES _prefix _name _flags _list _thread)
282 set(CMAKE_REQUIRED_LIBRARIES "${_flags};${${LIBRARIES}};${_thread}")
312 set(${LIBRARIES} ${${LIBRARIES}} ${_thread})
    [all...]
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py     [all...]
  /external/python/cpython3/Lib/idlelib/
run.py 7 import _thread as thread
  /external/python/cpython3/Lib/logging/
handlers.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util.py 929 self._thread = threading.Thread(target=self._protected_run)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 517 public void makeActive(IApplicationThread _thread, ProcessStatsService tracker) {
540 thread = _thread;
    [all...]
  /external/python/cpython3/Doc/faq/
library.rst 240 Be sure to use the :mod:`threading` module and not the :mod:`_thread` module.
242 low-level primitives provided by the :mod:`_thread` module.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 236 /* tp_name */ "_thread._localdummy",
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 457 _Thread = None
488 BuildTask._Thread = BoundedSemaphore(MaxThreadNumber)
518 BuildTask._Thread.acquire(True)
689 BuildTask._Thread.release()
    [all...]
  /external/python/cpython2/Lib/bsddb/
__init__.py 448 # 2to3 automatically changes "import thread" to "import _thread"
  /external/python/cpython2/Modules/
threadmodule.c 236 /* tp_name */ "_thread._localdummy",

Completed in 871 milliseconds

1 2 34 5 6