Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 20 of 20) sorted by relevance

/external/compiler-rt/lib/tsan/unit_tests/
Dtsan_mutex_test.cc25 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/
Dfree_race.c8 pthread_mutex_t mtx; variable
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.h57 Mutex mtx; member
90 Mutex mtx; member
Dtsan_trace.h66 Mutex mtx; member
Dtsan_interface_ann.cc77 Mutex mtx; member
Dtsan_rtl.h43 Mutex mtx; member
/external/compiler-rt/lib/tsan/rtl_tests/
Dtsan_posix.cc20 pthread_mutex_t *mtx; member
57 pthread_mutex_t mtx; in TEST() local
Dtsan_test_util_linux.cc50 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in TestMutexBeforeInit() local
/external/llvm/include/llvm/Support/
DMutex.h138 SmartMutex<mt_only>& mtx; variable
/external/valgrind/main/drd/
Ddrd.h134 #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/
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp74 btMatrix3x3 mtx = btMatrix3x3(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local
/external/webkit/Source/WebCore/rendering/
DEllipsisBox.cpp110 int mtx = tx + m_logicalWidth - m_markupBox->x(); in nodeAtPoint() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc37 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
DPhysicsRigidBody.java228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
/external/webp/src/enc/
Dquant.c422 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
/external/webp/src/dsp/
Denc.c649 int n, const VP8Matrix* const mtx) { in QuantizeBlock()
Denc_sse2.c691 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2()
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLib.c122 pthread_mutex_t mtx; variable
/external/chromium/third_party/libjingle/source/talk/base/
Dsigslot.h288 lock_block(mt_policy *mtx) in lock_block()