#include "src/core/lib/iomgr/executor/mpmcqueue.h"
#include <grpc/grpc.h>
#include "src/core/lib/gprpp/thd.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
class | ConsumerThread |
class | ProducerThread |
struct | WorkItem |
Macros | |
#define | TEST_NUM_ITEMS 10000 |
Functions | |
int | main (int argc, char **argv) |
static void | test_FIFO (void) |
static void | test_many_thread (void) |
static void | test_space_efficiency (void) |
#define TEST_NUM_ITEMS 10000 |
Definition at line 26 of file mpmcqueue_test.cc.
Definition at line 219 of file mpmcqueue_test.cc.
|
static |
Definition at line 107 of file mpmcqueue_test.cc.
|
static |
Definition at line 172 of file mpmcqueue_test.cc.
|
static |
Definition at line 123 of file mpmcqueue_test.cc.