Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dexec_ctx.h320 head_ = f->internal_next; in ~ApplicationCallbackExecCtx()
321 if (f->internal_next == nullptr) { in ~ApplicationCallbackExecCtx()
355 functor->internal_next = nullptr; in Enqueue()
363 ctx->tail_->internal_next = functor; in Enqueue()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_threadpool.cc72 internal_next = this; in AddAnotherFunctor()
136 internal_next = this; in SuicideFunctorForAdd()
189 internal_next = this; in AddSelfFunctor()
269 internal_next = this; in ShortWorkFunctorForAdd()
/third_party/grpc/test/core/iomgr/
Dthreadpool_test.cc53 internal_next = this; in SimpleFunctorForAdd()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h756 struct grpc_experimental_completion_queue_functor* internal_next; member