Home
last modified time | relevance | path

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

/haiku/src/preferences/repositories/
H A DTaskTimer.cpp20 static int32 sAlertStackCount = 0; variable
175 if (sAlertStackCount > 9) in _NextAlertStackCount()
176 sAlertStackCount = 0; in _NextAlertStackCount()
177 return sAlertStackCount++; in _NextAlertStackCount()