#include <string.h>#include <cstdint>#include <limits>#include <grpc/grpc.h>#include <grpc/support/log.h>#include "src/core/lib/debug/trace.h"#include "src/core/lib/gprpp/time.h"#include "src/core/lib/iomgr/iomgr_internal.h"#include "src/core/lib/iomgr/port.h"#include "src/core/lib/iomgr/timer.h"#include "test/core/util/test_config.h"#include "test/core/util/tracer_util.h"
Go to the source code of this file.
Macros | |
| #define | MAX_CB 30 |
Functions | |
| static void | add_test (void) |
| static void | cb (void *arg, grpc_error_handle error) |
| void | destruction_test (void) |
| void | long_running_service_cleanup_test (void) |
| int | main (int argc, char **argv) |
Variables | |
| static int | cb_called [MAX_CB][2] |
| grpc_core::TraceFlag | grpc_timer_check_trace |
| grpc_core::TraceFlag | grpc_timer_trace |
| static const grpc_core::Duration | k25Days |
| static const int64_t | kHoursIn25Days = 25 * 24 |
| #define MAX_CB 30 |
Definition at line 35 of file iomgr/timer_list_test.cc.
|
static |
Definition at line 49 of file iomgr/timer_list_test.cc.
|
static |
Definition at line 45 of file iomgr/timer_list_test.cc.
| void destruction_test | ( | void | ) |
Definition at line 118 of file iomgr/timer_list_test.cc.
| void long_running_service_cleanup_test | ( | void | ) |
Definition at line 175 of file iomgr/timer_list_test.cc.
Definition at line 231 of file iomgr/timer_list_test.cc.
Definition at line 40 of file iomgr/timer_list_test.cc.
| grpc_core::TraceFlag grpc_timer_check_trace |
| grpc_core::TraceFlag grpc_timer_trace |
|
static |
Definition at line 42 of file iomgr/timer_list_test.cc.
Definition at line 41 of file iomgr/timer_list_test.cc.