Home
last modified time | relevance | path

Searched refs:combiner_data (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dcombiner.cc108 if (grpc_core::ExecCtx::Get()->combiner_data()->active_combiner == nullptr) { in push_last_on_exec_ctx()
109 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner = in push_last_on_exec_ctx()
110 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_last_on_exec_ctx()
113 ->combiner_data() in push_last_on_exec_ctx()
115 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_last_on_exec_ctx()
121 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner; in push_first_on_exec_ctx()
122 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner = lock; in push_first_on_exec_ctx()
124 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_first_on_exec_ctx()
161 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner = in move_next()
163 ->combiner_data() in move_next()
[all …]
Dexec_ctx.h152 CombinerData* combiner_data() { return &combiner_data_; } in combiner_data() function