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

/haiku/src/preferences/mail/
H A DDNSQuery.cpp389 int32 nextId= atomic_add(&gID, 1); local
391 if (nextId > 65529)
392 nextId = 0;
393 return nextId;

Completed in 28 milliseconds