OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExclusiveTryLock
(Results
1 - 3
of
3
) sorted by null
/art/runtime/base/
mutex.h
227
bool
ExclusiveTryLock
(Thread* self) TRY_ACQUIRE(true);
228
bool TryLock(Thread* self) TRY_ACQUIRE(true) { return
ExclusiveTryLock
(self); }
mutex.cc
402
bool Mutex::
ExclusiveTryLock
(Thread* self) {
[
all
...]
/art/runtime/jit/
jit_code_cache.cc
831
if (lock_.
ExclusiveTryLock
(self)) {
[
all
...]
Completed in 103 milliseconds