OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deadlock
(Results
51 - 75
of
595
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/memory/
weak_ptr_unittest.cc
495
// (introduces
deadlock
on Linux).
523
// (introduces
deadlock
on Linux).
543
// (introduces
deadlock
on Linux).
567
// (introduces
deadlock
on Linux).
586
// (introduces
deadlock
on Linux).
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py
212
# verbose mode when we
deadlock
.
217
# inadvertently cause the
deadlock
but an explicit test is needed.
221
self.f[k] = "
deadlock
. do not pass go. do not collect $200."
225
# the cursor's read lock will
deadlock
the write lock request..
233
self.f[k] = "please don't
deadlock
"
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py
212
# verbose mode when we
deadlock
.
217
# inadvertently cause the
deadlock
but an explicit test is needed.
221
self.f[k] = "
deadlock
. do not pass go. do not collect $200."
225
# the cursor's read lock will
deadlock
the write lock request..
233
self.f[k] = "please don't
deadlock
"
/frameworks/wilhelm/src/
locks.c
22
// One of the common reasons for
deadlock
is trying to lock a mutex for an object
24
// To avoid crashing with a SIGSEGV right before we're about to log a
deadlock
warning,
27
// So we might still crash, but only in the case where a
deadlock
was imminent anyway.
/external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h
54
// mutex
deadlock
.
content_settings_pref_provider.h
57
// mutex
deadlock
.
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_resource_manager.cc
79
// FakeResourceManager::Release(), which will
deadlock
if we are already
/external/chromium_org/net/base/
net_errors_posix.cc
68
case EDEADLK: // Resource
deadlock
avoided.
net_errors_win.cc
109
case ERROR_POSSIBLE_DEADLOCK: // A potential
deadlock
condition has
/external/chromium_org/ppapi/proxy/
flash_menu_resource.cc
47
// request is due to the following
deadlock
:
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseTracker.h
51
// currently using 4 locks. In order to avoid
deadlock
when taking multiple locks, you must take them in the correct order:
/external/chromium_org/third_party/WebKit/Source/wtf/
DataLog.cpp
71
setvbuf(file->file(), 0, _IONBF, 0); // Prefer unbuffered output, so that we get a full log upon crash or
deadlock
.
/external/chromium_org/third_party/icu/source/common/
umutex.h
99
* and may cause a
deadlock
on some platforms.
/external/chromium_org/third_party/libusb/src/msvc/
errno.h
60
#define EDEADLOCK 36 /* Resource
deadlock
avoided (non-Cyg) */
/external/chromium_org/third_party/mesa/src/docs/
relnotes-7.4.1.html
50
<li>Fixed potential
deadlock
in object hash functions
/external/chromium_org/third_party/sqlite/src/test/
thread002.test
12
# This test attempts to
deadlock
SQLite in shared-cache mode.
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker-bcad.cc
66
// This is done in this roundabout fashion in order to avoid self-
deadlock
stacktrace_generic-inl.h
36
// This can cause a
deadlock
in HeapProfiler.
stacktrace_libunwind-inl.h
55
// recursive request, we'd end up with infinite recursion or
deadlock
.
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker-bcad.cc
66
// This is done in this roundabout fashion in order to avoid self-
deadlock
stacktrace_generic-inl.h
36
// This can cause a
deadlock
in HeapProfiler.
stacktrace_libunwind-inl.h
55
// recursive request, we'd end up with infinite recursion or
deadlock
.
/external/ganymed-ssh2/examples/
SingleThreadStdoutStderr.java
48
* risking a
deadlock
(due to a filled SSH2 channel window, caused
/external/mesa3d/docs/
relnotes-7.4.1.html
50
<li>Fixed potential
deadlock
in object hash functions
/external/qemu/distrib/sdl-1.2.15/docs/html/
sdllockaudio.html
126
function or you will cause
deadlock
.</P
Completed in 1534 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>