/external/compiler-rt/lib/tsan/unit_tests/ |
D | tsan_mutex_test.cc | 25 explicit TestData(MutexType *mtx) in TestData() 97 Mutex mtx(MutexTypeAnnotations, StatMtxAnnotations); in TEST() local 107 Mutex mtx(MutexTypeAnnotations, StatMtxAnnotations); in TEST() local 117 SpinMutex mtx; in TEST() local
|
/external/compiler-rt/lib/tsan/output_tests/ |
D | free_race.c | 8 pthread_mutex_t mtx; variable
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.h | 57 Mutex mtx; member 90 Mutex mtx; member
|
D | tsan_trace.h | 66 Mutex mtx; member
|
D | tsan_interface_ann.cc | 77 Mutex mtx; member
|
D | tsan_rtl.h | 43 Mutex mtx; member
|
/external/compiler-rt/lib/tsan/rtl_tests/ |
D | tsan_posix.cc | 20 pthread_mutex_t *mtx; member 57 pthread_mutex_t mtx; in TEST() local
|
D | tsan_test_util_linux.cc | 50 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in TestMutexBeforeInit() local
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 138 SmartMutex<mt_only>& mtx; variable
|
/external/valgrind/main/drd/ |
D | drd.h | 134 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, mtx) do { } while(0) argument 161 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mtx) do { } while(0) argument 164 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mtx) do { } while(0) argument
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp | 74 btMatrix3x3 mtx = btMatrix3x3(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local
|
/external/webkit/Source/WebCore/rendering/ |
D | EllipsisBox.cpp | 110 int mtx = tx + m_logicalWidth - m_markupBox->x(); in nodeAtPoint() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 37 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsGhostObject.java | 194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
|
D | PhysicsRigidBody.java | 228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
|
/external/webp/src/enc/ |
D | quant.c | 422 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
|
/external/webp/src/dsp/ |
D | enc.c | 649 int n, const VP8Matrix* const mtx) { in QuantizeBlock()
|
D | enc_sse2.c | 691 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2()
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
D | EASLib.c | 122 pthread_mutex_t mtx; variable
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | sigslot.h | 288 lock_block(mt_policy *mtx) in lock_block()
|