OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_cunit_id_lock_
(Results
1 - 2
of
2
) sorted by null
/art/compiler/llvm/
compiler_llvm.h
91
Mutex
next_cunit_id_lock_
DEFAULT_MUTEX_ACQUIRED_AFTER;
92
size_t next_cunit_id_ GUARDED_BY(
next_cunit_id_lock_
);
compiler_llvm.cc
111
next_cunit_id_lock_
("compilation unit id lock"), next_cunit_id_(1) {
123
MutexLock GUARD(Thread::Current(),
next_cunit_id_lock_
);
local
Completed in 25 milliseconds