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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dcursor.cpp161 static int gs_busyCount = 0; variable
175 if (--gs_busyCount > 0)
187 if (gs_busyCount++ > 0)
203 return gs_busyCount > 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dcursor.cpp219 static int gs_busyCount = 0; variable
233 if ( --gs_busyCount > 0 ) return;
241 if ( gs_busyCount++ > 0 ) return;
255 return (gs_busyCount > 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dcursor.cpp100 static int gs_busyCount = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp327 static int gs_busyCount = 0; variable
352 if (--gs_busyCount > 0)
362 if (gs_busyCount++ > 0)
376 return gs_busyCount > 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp336 static int gs_busyCount = 0; variable
350 if (--gs_busyCount > 0)
362 if (gs_busyCount++ > 0)
380 return gs_busyCount > 0;

Completed in 179 milliseconds