OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtx1
(Results
1 - 9
of
9
) 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/compiler-rt/lib/tsan/lit_tests/
mutexset3.cc
7
pthread_mutex_t
mtx1
;
variable
12
pthread_mutex_lock(&
mtx1
);
16
pthread_mutex_unlock(&
mtx1
);
36
pthread_mutex_init(&
mtx1
, 0);
43
pthread_mutex_destroy(&
mtx1
);
mutexset4.cc
7
pthread_mutex_t
mtx1
;
variable
11
pthread_mutex_lock(&
mtx1
);
15
pthread_mutex_unlock(&
mtx1
);
36
pthread_mutex_init(&
mtx1
, 0);
43
pthread_mutex_destroy(&
mtx1
);
mutexset5.cc
7
pthread_mutex_t
mtx1
;
variable
12
pthread_mutex_lock(&
mtx1
);
14
pthread_mutex_unlock(&
mtx1
);
37
pthread_mutex_init(&
mtx1
, 0);
44
pthread_mutex_destroy(&
mtx1
);
mutexset6.cc
7
pthread_mutex_t
mtx1
;
variable
13
pthread_mutex_lock(&
mtx1
);
15
pthread_mutex_unlock(&
mtx1
);
20
pthread_mutex_lock(&
mtx1
);
21
pthread_mutex_unlock(&
mtx1
);
42
pthread_mutex_init(&
mtx1
, 0);
50
pthread_mutex_destroy(&
mtx1
);
/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 152 milliseconds