OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mtx2
(Results
1 - 9
of
9
) sorted by null
/external/compiler-rt/lib/tsan/lit_tests/
mutexset3.cc
8
pthread_mutex_t
mtx2
;
variable
13
pthread_mutex_lock(&
mtx2
);
15
pthread_mutex_unlock(&
mtx2
);
37
pthread_mutex_init(&
mtx2
, 0);
44
pthread_mutex_destroy(&
mtx2
);
mutexset4.cc
8
pthread_mutex_t
mtx2
;
variable
12
pthread_mutex_lock(&
mtx2
);
14
pthread_mutex_unlock(&
mtx2
);
37
pthread_mutex_init(&
mtx2
, 0);
44
pthread_mutex_destroy(&
mtx2
);
mutexset5.cc
8
pthread_mutex_t
mtx2
;
variable
19
pthread_mutex_lock(&
mtx2
);
21
pthread_mutex_unlock(&
mtx2
);
38
pthread_mutex_init(&
mtx2
, 0);
45
pthread_mutex_destroy(&
mtx2
);
mutexset6.cc
8
pthread_spinlock_t
mtx2
;
variable
22
pthread_spin_lock(&
mtx2
);
25
pthread_spin_unlock(&
mtx2
);
43
pthread_spin_init(&
mtx2
, 0);
51
pthread_spin_destroy(&
mtx2
);
/external/clang/test/Analysis/
pthreadlock.c
18
pthread_mutex_t mtx1,
mtx2
;
variable
47
pthread_mutex_lock(&
mtx2
); // no-warning
48
pthread_mutex_unlock(&
mtx2
); // no-warning
91
pthread_mutex_lock(&
mtx2
); // no-warning
93
pthread_mutex_unlock(&
mtx2
);
101
pthread_mutex_lock(&
mtx2
); // no-warning
/external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_joints_ConeJoint.cpp
87
btMatrix3x3
mtx2
= btMatrix3x3();
local
91
btTransform transB = btTransform(
mtx2
);
com_jme3_bullet_joints_Point2PointJoint.cpp
151
btMatrix3x3
mtx2
= btMatrix3x3();
local
154
btTransform transB = btTransform(
mtx2
);
com_jme3_bullet_joints_SixDofJoint.cpp
158
btMatrix3x3
mtx2
= btMatrix3x3();
local
162
btTransform transB = btTransform(
mtx2
);
com_jme3_bullet_joints_SliderJoint.cpp
950
btMatrix3x3
mtx2
= btMatrix3x3();
local
[
all
...]
Completed in 314 milliseconds