Home | History | Annotate | Download | only in os

Lines Matching refs:request_count

101 volatile LONG request_count[2] = {0, 1};	// last one must be > 0
2007 if (request_count[timer_index] == 0) {
2011 // time we test request_count[] == 0 and we reset the event, in which case
2013 // request_count again and process requests if non zero.
2014 if (request_count[timer_index] == 0)
2031 nb_responses = InterlockedExchange((LONG*)&request_count[0], 0);
2055 InterlockedIncrement((LONG*)&request_count[0]);