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

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dqueue.c28 * If g_queue_start == g_queue_end, and g_queue_size > 0:
30 * If g_queue_start == g_queue_end, and g_queue_size == 0:
41 static int g_queue_size = 0; variable
47 static int IsQueueEmpty() { return g_queue_size == 0; }
53 static int IsQueueFull() { return g_queue_size == MAX_QUEUE_SIZE; }
80 g_queue_size++;
107 g_queue_size--;

Completed in 67 milliseconds