HomeSort by relevance Sort by last modified time
    Searched full:deadlock (Results 276 - 300 of 501) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/glx/apple/
apple_glx_context.c 255 * an abort due to an attempted deadlock. This is why we earlier
  /external/mesa3d/src/mesa/main/
hash.c 309 * locking deadlock (in case the callback calls _mesa_HashRemove()) and to
  /external/owasp/sanitizer/tools/findbugs/doc/
AddingDetectors.txt 131 out of the method. This could result in a deadlock if another thread
  /external/valgrind/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/av/media/libmediaplayerservice/
Drm.cpp 363 // instances, we should unlock here to avoid deadlock.
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 236 // For tone playback, using a separate thread is necessary to avoid deadlock with mLock because
  /frameworks/base/services/core/java/com/android/server/media/projection/
MediaProjectionManagerService.java 105 synchronized (mLock) { /* check for deadlock */ }
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL_test.cpp 31 // This test requires 3 buffers to avoid deadlock because we're
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.c 337 * DRM lock held and output to an X terminal can cause X to deadlock
  /hardware/intel/img/psb_video/src/
pnw_cmdbuf.c 395 * DRM lock held and output to an X terminal can cause X to deadlock
  /hardware/libhardware/modules/usbcamera/
Camera.cpp 350 // DO NOT try to initialize the device here, it will be guaranteed deadlock.
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 630 * This is to avoid deadlock when trying to aquire ch_lock,
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 219 /* 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/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/squashfs-tools/
CHANGES 591 Fixed readpage deadlock bug. This was a rare deadlock bug that
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestThreadManager.java 348 * using a different one; this also reduces the likelihood of getting into a deadlock
354 Log.w(TAG, "Failed to clear prior SurfaceTexture, may cause GL deadlock: ", e);
    [all...]
  /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...]
  /external/libvncserver/x11vnc/
xrecord.c 253 * deadlock in XRecordCreateContext() even with XTestGrabServer
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 200 * message handler, doing release() there risks deadlock as MediaCodec::
798 * its message handler, doing release() from there will deadlock
    [all...]

Completed in 48 milliseconds

<<11121314151617181920>>