Searched refs:LOCK_OWNER_IDX (Results 1 – 1 of 1) sorted by relevance
67 constexpr const int LOCK_OWNER_IDX = 1; variable83 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;