GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/exec_ctx.h"
#include <grpc/event_engine/event_engine.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/lib/gprpp/thd.h"
#include "src/core/lib/iomgr/combiner.h"
#include "src/core/lib/iomgr/event_engine/closure.h"
#include "src/core/lib/iomgr/event_engine/iomgr.h"
#include "src/core/lib/profiling/timers.h"
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Functions | |
gpr_timespec | grpc_millis_to_timespec (grpc_millis millis, gpr_clock_type clock_type) |
grpc_millis | grpc_timespec_to_millis_round_down (gpr_timespec ts) |
grpc_millis | grpc_timespec_to_millis_round_up (gpr_timespec ts) |
grpc_millis | grpc_cycle_counter_to_millis_round_down (gpr_cycle_counter cycles) |
grpc_millis | grpc_cycle_counter_to_millis_round_up (gpr_cycle_counter cycles) |
grpc_core::GPR_TLS_CLASS_DEF (ExecCtx::exec_ctx_) | |
grpc_core::GPR_TLS_CLASS_DEF (ApplicationCallbackExecCtx::callback_exec_ctx_) | |
grpc_millis grpc_cycle_counter_to_millis_round_down | ( | gpr_cycle_counter | cycles | ) |
grpc_millis grpc_cycle_counter_to_millis_round_up | ( | gpr_cycle_counter | cycles | ) |
gpr_timespec grpc_millis_to_timespec | ( | grpc_millis | millis, |
gpr_clock_type | clock_type | ||
) |
grpc_millis grpc_timespec_to_millis_round_down | ( | gpr_timespec | ts | ) |
grpc_millis grpc_timespec_to_millis_round_up | ( | gpr_timespec | ts | ) |