HomeSort by relevance Sort by last modified time
    Searched full:is_alive (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 1004 is_alive = isAlive variable in class:Thread
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 437 bool is_alive; member in struct:__tsan::ThreadState
tsan_interceptors.cc 136 if (ctx == 0 && thr->is_alive) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 727 if p.is_alive():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 99 self.assertTrue(not t.is_alive())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 727 if p.is_alive():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 99 self.assertTrue(not t.is_alive())

Completed in 241 milliseconds

12