Searched refs:secondLockIndex (Results 1 – 1 of 1) sorted by relevance
1715 uint8 secondLockIndex = team->id % kTeamListLockCount; in set_port_owner() local1718 if (secondLockIndex < firstLockIndex) { in set_port_owner()1719 uint8 temp = secondLockIndex; in set_port_owner()1720 secondLockIndex = firstLockIndex; in set_port_owner()1726 if (firstLockIndex != secondLockIndex) { in set_port_owner()1727 newTeamPortsListLocker.SetTo(sTeamListLock[secondLockIndex], in set_port_owner()