OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LW_LOCK_OWNER
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
Sync.h
56
#define
LW_LOCK_OWNER
(x) (((x) >> LW_LOCK_OWNER_SHIFT) & LW_LOCK_OWNER_MASK)
/art/runtime/
monitor.h
56
#define
LW_LOCK_OWNER
(x) (((x) >> LW_LOCK_OWNER_SHIFT) & LW_LOCK_OWNER_MASK)
Completed in 243 milliseconds