Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc134 if (grpc_core::ExecCtx::Get()->combiner_data()->active_combiner == nullptr) { in push_last_on_exec_ctx()
135 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner = in push_last_on_exec_ctx()
136 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_last_on_exec_ctx()
139 ->combiner_data() in push_last_on_exec_ctx()
141 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_last_on_exec_ctx()
147 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner; in push_first_on_exec_ctx()
148 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner = lock; in push_first_on_exec_ctx()
150 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_first_on_exec_ctx()
190 grpc_core::ExecCtx::Get()->combiner_data()->active_combiner = in move_next()
192 ->combiner_data() in move_next()
[all …]
Dexec_ctx.h134 CombinerData* combiner_data() { return &combiner_data_; } in combiner_data() function