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

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dqueue.c23 * If g_queue_start < g_queue_end:
24 * all elements in the range [g_queue_start, g_queue_end) are valid.
25 * If g_queue_start > g_queue_end:
27 * [g_queue_start, MAX_QUEUE_SIZE) are valid.
28 * 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:
35 static int g_queue_start = 0; variable
105 message = g_queue[g_queue_start];
106 g_queue_start = (g_queue_start
[all...]

Completed in 196 milliseconds