OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutexTypeCount
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h
36
MutexTypeCount
75
u64 locked_[
MutexTypeCount
];
tsan_mutex.cc
30
static MutexType CanLockTab[
MutexTypeCount
][
MutexTypeCount
] = {
45
static bool CanLockAdj[
MutexTypeCount
][
MutexTypeCount
];
52
const int N =
MutexTypeCount
;
85
bool CanLockAdj2[
MutexTypeCount
][
MutexTypeCount
];
134
CHECK_LT(t,
MutexTypeCount
);
137
for (int i = 0; i !=
MutexTypeCount
; i++) {
197
CHECK_LT(type,
MutexTypeCount
);
[
all
...]
Completed in 1761 milliseconds