GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/timer_manager.h"
#include <inttypes.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/gprpp/thd.h"
#include "src/core/lib/iomgr/timer.h"
Data Structures | |
struct | completed_thread |
Functions | |
void | grpc_timer_manager_tick () |
void | grpc_timer_manager_init (void) |
void | grpc_timer_manager_shutdown (void) |
void | grpc_timer_manager_set_threading (bool threaded) |
void | grpc_kick_poller (void) |
uint64_t | grpc_timer_manager_get_wakeups_testonly (void) |
Variables | |
grpc_core::TraceFlag | grpc_timer_check_trace |
void grpc_kick_poller | ( | void | ) |
uint64_t grpc_timer_manager_get_wakeups_testonly | ( | void | ) |
void grpc_timer_manager_init | ( | void | ) |
void grpc_timer_manager_set_threading | ( | bool | threaded | ) |
void grpc_timer_manager_shutdown | ( | void | ) |
void grpc_timer_manager_tick | ( | void | ) |
grpc_core::TraceFlag grpc_timer_check_trace |