Searched refs:g_queue_end (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:
26 * all elements in the ranges [0, g_queue_end) and
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:
38 static int g_queue_end = 0; variable
78 g_queue[g_queue_end] = message;
79 g_queue_end = (g_queue_end
[all...]

Completed in 103 milliseconds