Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc136 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_last_on_exec_ctx()
140 ->last_combiner->next_combiner_on_this_exec_ctx = lock; in push_last_on_exec_ctx()
141 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_last_on_exec_ctx()
150 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = lock; in push_first_on_exec_ctx()
195 grpc_core::ExecCtx::Get()->combiner_data()->last_combiner = nullptr; in move_next()
Dexec_ctx.h130 grpc_combiner* last_combiner; member