Home
last modified time | relevance | path

Searched refs:LOCK_OWNER_IDX (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp67 constexpr const int LOCK_OWNER_IDX = 1; variable
83 printf("mutex owner before lock:%d\n", mutexInt[LOCK_OWNER_IDX]); in LockMutex()
85 printf("mutex owner after lock:%d\n", mutexInt[LOCK_OWNER_IDX]); in LockMutex()
142 int lockOwner = mutexInt[LOCK_OWNER_IDX] & LOCK_OWNER_MASK;
196 int lockOwner = mutexInt[LOCK_OWNER_IDX] & LOCK_OWNER_MASK;
327 int lockOwner = mutexInt[LOCK_OWNER_IDX] & LOCK_OWNER_MASK;