/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/ |
gtest-port.cc | 206 // Static mutexes are leaked intentionally. It is not thread-safe to try 241 // Initializes owner_thread_id_ and critical_section_ in static mutexes. 243 // Dynamic mutexes are initialized in the constructor. [all...] |
/art/openjdkjvm/ |
OpenjdkJvm.cc | 132 * mutexes. They're used by ZipFile.
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
ThreadSnapshotParser.java | 45 " \\| (held mutexes=\\s*(.*))");
|
/device/linaro/hikey/audio/ |
audio_hw.c | 91 /* must be called with hw device and output stream mutexes locked */
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_clock.cc | 18 // (mutexes, atomic variables, file descriptors, etc) and threads, respectively.
|
tsan_rtl.h | 578 // at best it will cause deadlocks on internal mutexes.
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_posix.cc | 91 // Mutexes must be usable before __tsan_init();
|
/external/ltp/testcases/kernel/io/disktest/ |
CHANGELOG | 171 been fixed so that each target holds its own set of mutexes.
|
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
sqlite3.h | 201 ** SQLite can be compiled with or without mutexes. When 202 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes 205 ** the mutexes are omitted. Without the mutexes, it is not safe 208 ** Enabling mutexes incurs a measurable performance penalty. 210 ** the mutexes. But for maximum safety, mutexes should be enabled. 211 ** ^The default behavior is for mutexes to be enabled. 219 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.h | 201 ** SQLite can be compiled with or without mutexes. When 202 ** the [SQLITE_THREADSAFE] C preprocessor macro is 1 or 2, mutexes 205 ** the mutexes are omitted. Without the mutexes, it is not safe 208 ** Enabling mutexes incurs a measurable performance penalty. 210 ** the mutexes. But for maximum safety, mutexes should be enabled. 211 ** ^The default behavior is for mutexes to be enabled. 219 ** SQLITE_THREADSAFE=1 or =2 then mutexes are enabled by default but [all...] |
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
stats_ops.cc | 274 // with mutexes.
|
/external/tensorflow/tensorflow/core/lib/db/ |
sqlite.h | 410 /// mutexes weren't disabled) and runs BEGIN / ROLLBACK automatically.
|
/external/valgrind/drd/docs/ |
drd-manual.xml | 148 defined in the POSIX threads standard: mutexes, condition variables, 288 applications do not make use mutexes, most of these applications do not 912 Associating two different mutexes with a condition variable [all...] |
/hardware/intel/common/libwsbm/src/ |
wsbm_userpool.c | 387 * We don't need to take the buffer mutexes in this loop, since
|
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
StreamIn.impl.h | 106 // as the Thread uses mutexes, and this can lead to priority inversion.
|
StreamOut.impl.h | 103 // as the Thread uses mutexes, and this can lead to priority inversion.
|
/system/nfc/src/gki/ulinux/ |
gki_ulinux.cc | 138 /* Initialiase GKI_timer_update suspend variables & mutexes to be in running 372 * we should be fine with this approach. otherwise uncomment below mutexes. [all...] |
/external/jemalloc/src/ |
jemalloc.c | [all...] |
/external/icu/icu4c/source/test/intltest/ |
tsmthred.cpp | 296 // TestMutex - a simple (non-stress) test to verify that ICU mutexes 298 // mutexes within ICU services, but rather that the [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/bionic/libc/malloc_debug/ |
PointerData.cpp | 547 // Make sure that any potential mutexes have been released and are back
|
/development/tools/bugreport/resources/com/android/bugreport/html/ |
anr-template.html | 381 <div class="ThreadHeldMutexes">Held mutexes: <?cs var:thread.heldMutexes ?></div>
|
/external/googletest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |