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

/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp69 static int32 sLowSemaphoresState = B_NO_LOW_RESOURCE; variable
109 state = max_c(state, sLowSemaphoresState);
202 oldState = sLowSemaphoresState;
204 sLowSemaphoresState = B_LOW_RESOURCE_CRITICAL;
206 sLowSemaphoresState = B_LOW_RESOURCE_WARNING;
208 sLowSemaphoresState = B_LOW_RESOURCE_NOTE;
210 sLowSemaphoresState = B_NO_LOW_RESOURCE;
214 if (sLowSemaphoresState != oldState) {
216 state_to_string(oldState), state_to_string(sLowSemaphoresState));
293 state_to_string(sLowSemaphoresState), sem_max_sem
[all...]

Completed in 83 milliseconds