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

/haiku/src/apps/resedit/
H A DResWindow.cpp15 static int32 sWindowCount = 0; variable
20 atomic_add(&sWindowCount, 1);
56 atomic_add(&sWindowCount, -1);
58 if (sWindowCount == 0)

Completed in 60 milliseconds