Searched refs:secondLockIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/
H A Dport.cpp1714 uint8 secondLockIndex = team->id % kTeamListLockCount; local
1717 if (secondLockIndex < firstLockIndex) {
1718 uint8 temp = secondLockIndex;
1719 secondLockIndex = firstLockIndex;
1725 if (firstLockIndex != secondLockIndex) {
1726 newTeamPortsListLocker.SetTo(sTeamListLock[secondLockIndex],

Completed in 14 milliseconds