Searched defs:mtx (Results 1 – 11 of 11) sorted by relevance
138 SmartMutex<mt_only>& mtx; variable
134 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, mtx) do { } while(0) argument161 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mtx) do { } while(0) argument164 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mtx) do { } while(0) argument
74 btMatrix3x3 mtx = btMatrix3x3(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local
110 int mtx = tx + m_logicalWidth - m_markupBox->x(); in nodeAtPoint() local
194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
422 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
688 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2()
629 int n, const VP8Matrix* const mtx) { in QuantizeBlock()
122 pthread_mutex_t mtx; variable
288 lock_block(mt_policy *mtx) in lock_block()