#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/time.h>
#include "src/core/lib/gprpp/thd.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Classes | |
struct | CallbackContext |
struct | child_events |
Functions | |
static void | cb_shutdown (grpc_completion_queue_functor *functor, int) |
static void | cb_watch_connectivity (grpc_completion_queue_functor *functor, int success) |
static void | child_thread (void *arg) |
void | connectivity (grpc_end2end_test_config config) |
void | connectivity_pre_init (void) |
static void * | tag (intptr_t t) |
static void | test_connectivity (grpc_end2end_test_config config) |
static void | test_watch_connectivity_cq_callback (grpc_end2end_test_config config) |
|
static |
Definition at line 186 of file connectivity.cc.
|
static |
Definition at line 174 of file connectivity.cc.
|
static |
Definition at line 46 of file connectivity.cc.
void connectivity | ( | grpc_end2end_test_config | config | ) |
Definition at line 237 of file connectivity.cc.
void connectivity_pre_init | ( | void | ) |
Definition at line 243 of file connectivity.cc.
|
static |
Definition at line 27 of file connectivity.cc.
|
static |
Definition at line 58 of file connectivity.cc.
|
static |
Definition at line 194 of file connectivity.cc.