Home
last modified time | relevance | path

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

/haiku/src/system/kernel/
H A Dport.cpp1715 uint8 secondLockIndex = team->id % kTeamListLockCount; in set_port_owner() local
1718 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()