#include <sys/types.h>
#include <sys/wait.h>
#include "AP_Logger.h"
#include "AP_ThreadQueue.h"
#include "AP_Utility.h"
#include "AMICO_packet.h"
Defines | |
#define | NUM_PACKETS 1000 |
#define | SIZE_PACKETS 8000 |
Functions | |
int | main_queue (void) |
static void * | thread1 (void *arg) |
static void * | thread2 (void *arg) |
Variables | |
static AP_ThreadQueueBase < AMICO_packet > | my_queue |
#define NUM_PACKETS 1000 |
#define SIZE_PACKETS 8000 |
int main_queue | ( | void | ) |
static void* thread1 | ( | void * | arg | ) | [static] |
static void* thread2 | ( | void * | arg | ) | [static] |
AP_ThreadQueueBase<AMICO_packet> my_queue [static] |