Home
last modified time | relevance | path

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

/haiku/src/system/boot/loader/
H A Dpartitions.cpp102 static int32 sIdCounter = 0; variable
118 id = atomic_add(&sIdCounter, 1); in Partition()