kTeamListLockCount
const uint8 lockIndex = port->owner % kTeamListLockCount;
const uint8 lockIndex = portRef->owner % kTeamListLockCount;
const uint8 lockIndex = teamID % kTeamListLockCount;
uint8 firstLockIndex = portRef->owner % kTeamListLockCount;
uint8 secondLockIndex = team->id % kTeamListLockCount;
static mutex sTeamListLock[kTeamListLockCount] = {
const uint8 lockIndex = team->id % kTeamListLockCount;