Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.cc47 grpc_combiner* next_combiner_on_this_exec_ctx; member
133 lock->next_combiner_on_this_exec_ctx = nullptr; in push_last_on_exec_ctx()
140 ->last_combiner->next_combiner_on_this_exec_ctx = lock; in push_last_on_exec_ctx()
146 lock->next_combiner_on_this_exec_ctx = in push_first_on_exec_ctx()
149 if (lock->next_combiner_on_this_exec_ctx == nullptr) { in push_first_on_exec_ctx()
193 ->active_combiner->next_combiner_on_this_exec_ctx; in move_next()