OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_queue_size
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.c
26
* If g_queue_start == g_queue_end, and
g_queue_size
> 0:
28
* If g_queue_start == g_queue_end, and
g_queue_size
== 0:
39
static int
g_queue_size
= 0;
variable
45
static int IsQueueEmpty() { return
g_queue_size
== 0; }
51
static int IsQueueFull() { return
g_queue_size
== MAX_QUEUE_SIZE; }
79
g_queue_size
++;
106
g_queue_size
--;
Completed in 182 milliseconds