Go to the source code of this file.
|
static void | do_nothing (void *, grpc_error_handle) |
|
static void | iomgr_args_finish (iomgr_args *args) |
|
static void | iomgr_args_init (iomgr_args *args) |
|
int | main (int argc, char **argv) |
|
static grpc_core::Timestamp | n_sec_deadline (int seconds) |
|
static void | on_first_resolution (OnResolutionCallbackArg *cb_arg) |
|
static void | on_fourth_resolution (OnResolutionCallbackArg *cb_arg) |
|
static void | on_second_resolution (OnResolutionCallbackArg *cb_arg) |
|
static void | on_third_resolution (OnResolutionCallbackArg *cb_arg) |
|
static void | poll_pollset_until_request_done (iomgr_args *args) |
|
static void | start_test_under_work_serializer (void *arg) |
|
static void | test_cooldown () |
|
static gpr_timespec | test_deadline (void) |
|
static grpc_ares_request * | test_dns_lookup_ares (const char *dns_server, const char *name, const char *default_port, grpc_pollset_set *, grpc_closure *on_done, std::unique_ptr< grpc_core::ServerAddressList > *addresses, std::unique_ptr< grpc_core::ServerAddressList > *balancer_addresses, char **service_config_json, int query_timeout_ms) |
|
◆ do_nothing()
◆ iomgr_args_finish()
static void iomgr_args_finish |
( |
iomgr_args * |
args | ) |
|
|
static |
◆ iomgr_args_init()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ n_sec_deadline()
◆ on_first_resolution()
◆ on_fourth_resolution()
◆ on_second_resolution()
◆ on_third_resolution()
◆ poll_pollset_until_request_done()
static void poll_pollset_until_request_done |
( |
iomgr_args * |
args | ) |
|
|
static |
◆ start_test_under_work_serializer()
static void start_test_under_work_serializer |
( |
void * |
arg | ) |
|
|
static |
◆ test_cooldown()
static void test_cooldown |
( |
| ) |
|
|
static |
◆ test_deadline()
◆ test_dns_lookup_ares()
◆ g_all_callbacks_invoked
bool g_all_callbacks_invoked |
|
static |
◆ g_default_dns_lookup_ares
◆ g_iomgr_args
◆ g_resolution_count
◆ g_work_serializer
◆ kMinResolutionPeriodMs
constexpr int kMinResolutionPeriodMs = 1000 |
|
constexpr |