HIPC  0.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
test_queue.c File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <hipc/queue.h>
Include dependency graph for test_queue.c:

Go to the source code of this file.

Functions

static void test_hipcQueue (void)
 
int main (int argc, char *argv[])
 

Function Documentation

static void test_hipcQueue ( void  )
static

Definition at line 7 of file test_queue.c.

References hipcQueueClear(), hipcQueueEmpty(), hipcQueueFull(), hipcQueueInit(), hipcQueueItemSize(), hipcQueuePop(), and hipcQueuePush().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 129 of file test_queue.c.

References test_hipcQueue().

Here is the call graph for this function: