OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedSwapMutexes
(Results
1 - 2
of
2
) sorted by null
/art/runtime/base/
quasi_atomic.h
49
static constexpr bool
NeedSwapMutexes
(InstructionSet isa) {
61
if (!
NeedSwapMutexes
(kRuntimeISA)) {
97
if (!
NeedSwapMutexes
(kRuntimeISA)) {
143
if (!
NeedSwapMutexes
(kRuntimeISA)) {
152
return
NeedSwapMutexes
(isa);
quasi_atomic.cc
32
if (
NeedSwapMutexes
(kRuntimeISA)) {
41
if (
NeedSwapMutexes
(kRuntimeISA)) {
Completed in 395 milliseconds