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

1 2 34 5 6 7 8 91011>>

  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 90 // at this function. Can cause many problems deadlock being one of them.
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 187 // All tracing must be after _event->Set to avoid deadlock in Trace.
  /frameworks/base/services/common_time/
common_clock_service.h 76 // would have a classic A/B, B/A ordering deadlock. To avoid this, the
  /libcore/luni/src/main/java/java/util/concurrent/locks/
Lock.java 74 * such as guaranteed ordering, non-reentrant usage, or deadlock
150 * of the lock, such as an invocation that would cause deadlock, and
195 * cause deadlock, and may throw an (unchecked) exception in such
279 * deadlock, and may throw an (unchecked) exception in such circumstances.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 167 // check deadlock avoidance
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr.h 85 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr.h 86 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr.h 86 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr.h 86 fix a deadlock in static initialization inside libsupc++. The header file
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr.h 86 fix a deadlock in static initialization inside libsupc++. The header file
  /art/runtime/
locks.h 31 // partial ordering and thereby cause deadlock situations to fail checks.
33 // [1] http://www.drdobbs.com/parallel/use-lock-hierarchies-to-avoid-deadlock/204801163
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 159 // Call malloc in the child process to make sure we won't deadlock.
171 // will cause forked processes to deadlock.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threading.py 311 # Avoid a deadlock when sys.settrace steps into threading._shutdown
315 # A deadlock-killer, to prevent the
539 # There used to be a possible deadlock when forking from a child
567 # create the deadlock.
586 # deadlock when it shouldn't.
670 # Issue #13817: fork() would deadlock in a multithreaded program with
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threading.py 311 # Avoid a deadlock when sys.settrace steps into threading._shutdown
315 # A deadlock-killer, to prevent the
539 # There used to be a possible deadlock when forking from a child
567 # create the deadlock.
586 # deadlock when it shouldn't.
670 # Issue #13817: fork() would deadlock in a multithreaded program with
  /external/chromium_org/third_party/icu/source/common/
umutex.c 100 /* On WIN32 mutexes are reentrant. On POSIX platforms they are not, and a deadlock
103 * failure if a mutex is reentered. If you are having deadlock problems
255 m->recursionCount++; /* Recursion causes deadlock on Unixes. */
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.h 342 // do something unusual, you may get a runtime crash due to deadlock. Here are
343 // the ways that the returned Callback must be used to avoid a deadlock:
  /external/chromium_org/third_party/sqlite/src/src/
btmutex.c 106 /* To avoid deadlock, first release all locks with a larger
183 ** to avoid the possibility of deadlock when two threads with
notify.c 139 ** a deadlock.
175 rc = SQLITE_LOCKED; /* Deadlock detected. */

Completed in 2054 milliseconds

1 2 34 5 6 7 8 91011>>