Home
last modified time | relevance | path

Searched refs:mtx1 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/Analysis/
Dpthreadlock.c18 pthread_mutex_t mtx1, mtx2; variable
24 pthread_mutex_lock(&mtx1); // no-warning in ok1()
30 pthread_mutex_unlock(&mtx1); // no-warning in ok2()
36 pthread_mutex_lock(&mtx1); // no-warning in ok3()
37 pthread_mutex_unlock(&mtx1); // no-warning in ok3()
38 pthread_mutex_lock(&mtx1); // no-warning in ok3()
39 pthread_mutex_unlock(&mtx1); // no-warning in ok3()
45 pthread_mutex_lock(&mtx1); // no-warning in ok4()
46 pthread_mutex_unlock(&mtx1); // no-warning in ok4()
54 if (pthread_mutex_trylock(&mtx1) == 0) // no-warning in ok5()
[all …]
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_ConeJoint.cpp86 btMatrix3x3 mtx1 = btMatrix3x3(); in Java_com_jme3_bullet_joints_ConeJoint_createJoint() local
88 btTransform transA = btTransform(mtx1); in Java_com_jme3_bullet_joints_ConeJoint_createJoint()
Dcom_jme3_bullet_joints_Point2PointJoint.cpp150 btMatrix3x3 mtx1 = btMatrix3x3(); in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint() local
152 btTransform transA = btTransform(mtx1); in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint()
Dcom_jme3_bullet_joints_SixDofJoint.cpp157 btMatrix3x3 mtx1 = btMatrix3x3(); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint() local
159 btTransform transA = btTransform(mtx1); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint()
Dcom_jme3_bullet_joints_SliderJoint.cpp949 btMatrix3x3 mtx1 = btMatrix3x3(); in Java_com_jme3_bullet_joints_SliderJoint_createJoint() local
951 btTransform transA = btTransform(mtx1); in Java_com_jme3_bullet_joints_SliderJoint_createJoint()