HomeSort by relevance Sort by last modified time
    Searched refs: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)
Sync.cpp 162 return LW_LOCK_OWNER(lock);
836 assert(LW_LOCK_OWNER(obj->lock) == self->threadId);
876 if (LW_LOCK_OWNER(thin) == threadId) {
890 } else if (LW_LOCK_OWNER(thin) == 0) {
924 if (LW_LOCK_OWNER(thin) == 0) {
1018 if (LW_LOCK_OWNER(thin) == self->threadId) {
1076 if (LW_LOCK_OWNER(thin) != self->threadId) {
    [all...]

Completed in 20 milliseconds