#include "src/core/lib/iomgr/endpoint_pair.h"
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/gpr/useful.h"
#include "test/core/iomgr/endpoint_tests.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
static void | clean_up (void) |
static grpc_endpoint_test_fixture | create_fixture_endpoint_pair (size_t slice_size) |
static void | destroy_pollset (void *p, grpc_error_handle) |
int | main (int argc, char **argv) |
Variables | |
static grpc_endpoint_test_config | configs [] |
static gpr_mu * | g_mu |
static grpc_pollset * | g_pollset |
|
static |
Definition at line 33 of file endpoint_pair_test.cc.
|
static |
Definition at line 35 of file endpoint_pair_test.cc.
|
static |
Definition at line 57 of file endpoint_pair_test.cc.
Definition at line 61 of file endpoint_pair_test.cc.
|
static |
Definition at line 53 of file endpoint_pair_test.cc.
|
static |
Definition at line 30 of file endpoint_pair_test.cc.
|
static |
Definition at line 31 of file endpoint_pair_test.cc.