#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <glog/logging.h>
#include <gtest/gtest.h>
#include <unistd.h>
#include "util/internal-queue.h"
#include "common/names.h"
Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
|
| impala::TEST (InternalQueue, TestBasic) |
|
| impala::TEST (InternalQueue, TestRemove) |
|
void | impala::ProducerThread (InternalQueue< IntNode > *queue, int num_inserts, vector< IntNode > *nodes, AtomicInt< int32_t > *counter, bool *failed) |
|
void | impala::ConsumerThread (InternalQueue< IntNode > *queue, int num_consumes, int delta, vector< int > *results, bool *failed) |
|
| impala::TEST (InternalQueue, TestClear) |
|
| impala::TEST (InternalQueue, TestSingleProducerSingleConsumer) |
|
| impala::TEST (InternalQueue, TestMultiProducerMultiConsumer) |
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |