OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtx1
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
pthreadlock.c
18
pthread_mutex_t
mtx1
, mtx2;
variable
24
pthread_mutex_lock(&
mtx1
); // no-warning
30
pthread_mutex_unlock(&
mtx1
); // no-warning
36
pthread_mutex_lock(&
mtx1
); // no-warning
37
pthread_mutex_unlock(&
mtx1
); // no-warning
38
pthread_mutex_lock(&
mtx1
); // no-warning
39
pthread_mutex_unlock(&
mtx1
); // no-warning
45
pthread_mutex_lock(&
mtx1
); // no-warning
46
pthread_mutex_unlock(&
mtx1
); // no-warning
54
if (pthread_mutex_trylock(&
mtx1
) == 0) // no-warnin
[
all
...]
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_ConeJoint.cpp
86
btMatrix3x3
mtx1
= btMatrix3x3();
local
88
btTransform transA = btTransform(
mtx1
);
com_jme3_bullet_joints_Point2PointJoint.cpp
150
btMatrix3x3
mtx1
= btMatrix3x3();
local
152
btTransform transA = btTransform(
mtx1
);
com_jme3_bullet_joints_SixDofJoint.cpp
157
btMatrix3x3
mtx1
= btMatrix3x3();
local
159
btTransform transA = btTransform(
mtx1
);
com_jme3_bullet_joints_SliderJoint.cpp
949
btMatrix3x3
mtx1
= btMatrix3x3();
local
[
all
...]
Completed in 206 milliseconds