OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_lock
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_sync.h
36
u64
last_lock
;
member in struct:__tsan::SyncVar
tsan_rtl_mutex.cc
119
u32
last_lock
= s->
last_lock
;
local
130
FastState last(
last_lock
);
159
s->
last_lock
= thr->fast_state.raw();
250
s->
last_lock
= thr->fast_state.raw();
Completed in 26 milliseconds