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

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 41 if t.is_alive():
test_queue.py 58 if self.t.is_alive():
78 if self.t.is_alive():
test_multiprocessing.py 190 self.assertTrue(current.is_alive())
221 self.assertEqual(p.is_alive(), False)
230 self.assertEqual(p.is_alive(), True)
243 self.assertEqual(p.is_alive(), False)
258 self.assertEqual(p.is_alive(), True)
268 self.assertEqual(p.is_alive(), False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 41 if t.is_alive():
test_queue.py 58 if self.t.is_alive():
78 if self.t.is_alive():
test_multiprocessing.py 190 self.assertTrue(current.is_alive())
221 self.assertEqual(p.is_alive(), False)
230 self.assertEqual(p.is_alive(), True)
243 self.assertEqual(p.is_alive(), False)
258 self.assertEqual(p.is_alive(), True)
268 self.assertEqual(p.is_alive(), False)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 54 while bot_thread.is_alive():
63 if bot_thread.is_alive():
  /external/chromium_org/content/browser/
byte_stream.cc 32 LifetimeFlag() : is_alive(true) { }
33 bool is_alive; member in struct:content::__anon11657::LifetimeFlag
193 my_lifetime_flag_->is_alive = true;
200 my_lifetime_flag_->is_alive = false;
267 if (!lifetime_flag->is_alive) return;
325 my_lifetime_flag_->is_alive = true;
332 my_lifetime_flag_->is_alive = false;
386 if (!object_lifetime_flag->is_alive) return;
  /external/chromium_org/native_client_sdk/src/tools/tests/
httpd_test.py 32 self.assertFalse(self.server.process.is_alive())
61 if not thread.is_alive():
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
background_tasks.py 53 if proc.is_alive():
148 if not self.is_alive() and self.exitcode != 0:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
__init__.py 79 if self._start_called and not self.is_alive():
102 if not p.is_alive():
  /external/lldb/scripts/Python/interface/
SBAddress.i 153 if process.is_alive:
SBProcess.i 419 __swig_getmethods__["is_alive"] = __get_is_alive__
420 if _newclass: is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently alive.''')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
message_pool.py 133 if worker.is_alive():
224 if self.is_alive():
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 121 thr->is_alive = true;
281 thr->is_alive = false;
tsan_rtl.h 363 bool is_alive; member in struct:__tsan::ThreadState
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 149 def is_alive(self): member in class:Process
pool.py 468 while task_handler.is_alive() and inqueue._reader.poll():
484 assert result_handler.is_alive() or len(cache) == 0
513 if p.is_alive():
managers.py 609 if process.is_alive():
621 if process.is_alive():
627 if process.is_alive():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 149 def is_alive(self): member in class:Process
pool.py 468 while task_handler.is_alive() and inqueue._reader.poll():
484 assert result_handler.is_alive() or len(cache) == 0
513 if p.is_alive():
managers.py 609 if process.is_alive():
621 if process.is_alive():
627 if process.is_alive():
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 1004 is_alive = isAlive variable in class:Thread
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 1004 is_alive = isAlive variable in class:Thread
    [all...]

Completed in 1142 milliseconds

1 2