Searched refs:RunList (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | exec_ctx.h | 233 static void RunList(const DebugLocation& location, grpc_closure_list* list);
|
D | exec_ctx.cc | 198 void ExecCtx::RunList(const DebugLocation& location, grpc_closure_list* list) { in RunList() function in grpc_core::ExecCtx
|
D | resource_quota.cc | 338 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &resource_user->on_allocated); in rq_alloc() 366 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &resource_user->on_allocated); in rq_alloc()
|
D | tcp_server_custom.cc | 209 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | tcp_server_windows.cc | 187 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | tcp_server_posix.cc | 548 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 115 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, in maybe_initiate_ping()
|
D | chttp2_transport.cc | 787 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &t->run_after_write); in set_write_state() 1017 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &t->run_after_write); in write_action_end_locked() 1623 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &pq->lists[j]); in cancel_pings() 1706 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, in grpc_chttp2_ack_ping()
|