HomeSort by relevance Sort by last modified time
    Searched full:deadlock (Results 351 - 375 of 595) sorted by null

<<11121314151617181920>>

  /external/open-vcdiff/gflags/src/
mutex.h 180 // to do shared reads is necessary to avoid deadlock.
  /external/valgrind/main/helgrind/docs/
hg-manual.xml 199 Not doing so risks deadlock.</para>
201 <listitem><para>The deadlock could happen if two threads -- call them
212 a cycle. The presence of a cycle indicates a potential deadlock involving
249 simultaneously pick up their left fork and then deadlock whilst
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyChain.java 464 "calling this from your main thread can lead to deadlock");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 206 /* remove the lock to work around a platform deadlock problem */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 462 print "deadlock: Aborted %d deadlocked transaction(s)" \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 4 # in this module as it may cause import lock deadlock.
threading.py 697 # they may be in an invalid state leading to a deadlock or crash.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 462 print "deadlock: Aborted %d deadlocked transaction(s)" \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 4 # in this module as it may cause import lock deadlock.
threading.py 697 # they may be in an invalid state leading to a deadlock or crash.
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable.h 657 // To prevent deadlock, the reader writer transaction lock must always
    [all...]
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.cc 290 // we might deadlock with the main thread.
309 // forward progress, we might deadlock with the main thread.
    [all...]
scheduler_unittest.cc 650 // is lost in order to avoid a deadlock.
662 // for a new frame in order to escape a deadlock.
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 831 // There is a potential deadlock scenario:
841 // possibility of deadlock if mmap() or munmap() calls free(), so this is not
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 78 // our mmap/sbrk hooks without causing a deadlock in it.
79 // For the same reason of deadlock prevention the locking in MemoryRegionMap
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
INSTALL 18 already holds: deadlock.)
29 (because libunwind can call malloc, which will lead to deadlock).
  /external/dnsmasq/
FAQ 443 there's a potential problem with deadlock: the syslog daemon will
450 logging: dnsmasq no longer waits for syslog and the deadlock is
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 321 // 'Fixes two deadlock conditions involving JmDNS.close() - ID: 1473279'
325 * The timer that triggers our announcements. We can't use the main timer object, because that could cause a deadlock where Prober waits on JmDNS.this lock held by close(), close() waits for us to finish, and we wait for Prober to give us back
482 // thread - it attempts to lock the IoLock object, and deadlock
    [all...]
  /bionic/libc/
Android.mk 877 # pthread deadlock prediction:
879 # pthread deadlock prediction.
  /external/chromium_org/base/threading/
sequenced_worker_pool.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc     [all...]
  /external/kernel-headers/original/linux/
sched.h 915 /* Deadlock detection and priority inheritance handling */
920 /* mutex deadlock detection */
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 

Completed in 237 milliseconds

<<11121314151617181920>>