HomeSort by relevance Sort by last modified time
    Searched refs:is_alive (Results 1 - 25 of 32) 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():
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commitannouncer.py 53 while bot_thread.is_alive():
62 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::__anon9950::LifetimeFlag
192 my_lifetime_flag_->is_alive = true;
196 my_lifetime_flag_->is_alive = false;
244 if (!lifetime_flag->is_alive) return;
301 my_lifetime_flag_->is_alive = true;
305 my_lifetime_flag_->is_alive = false;
359 if (!object_lifetime_flag->is_alive) return;
  /external/chromium/chrome/browser/net/
passive_log_collector.h 66 // |is_alive| is set to false once the source has been added to the
69 bool is_alive; member in struct:PassiveLogCollector::SourceInfo
129 SourceInfoList GetAllDeadOrAliveSources(bool is_alive) const {
133 if (it->second.is_alive == is_alive)
passive_log_collector.cc 43 is_alive(true) {
210 info.is_alive = false;
269 DCHECK(!sources_.find(source_id)->second.is_alive);
320 if (!info.is_alive) {
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.h 60 bool is_alive();
task_manager_handler.cc 218 bool TaskManagerHandler::is_alive() { function in class:TaskManagerHandler
232 if (is_enabled_ && is_alive()) {
  /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():
  /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/chromium_org/chrome/test/functional/
chromeos_longterm_test.py 120 if not timers.is_alive():
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
message_pool.py 136 if worker.is_alive():
226 if self.is_alive():
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 123 thr->is_alive = true;
252 thr->is_alive = false;
  /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 1006 milliseconds

1 2