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

/haiku/src/system/kernel/
H A Dport.cpp455 static port_id sNextPortID = 1; variable
1014 port->id = sNextPortID++;
1017 if (sNextPortID < 0)
1018 sNextPortID = 1;

Completed in 34 milliseconds