HomeSort by relevance Sort by last modified time
    Searched refs:grpc_closure_list (Results 1 - 12 of 12) sorted by null

  /external/grpc-grpc/src/core/lib/iomgr/
executor.h 33 grpc_closure_list elems;
66 static size_t RunClosures(const char* executor_name, grpc_closure_list list);
closure.h 37 typedef struct grpc_closure_list { struct
40 } grpc_closure_list; typedef in typeref:struct:grpc_closure_list
188 inline void grpc_closure_list_init(grpc_closure_list* closure_list) {
195 inline bool grpc_closure_list_append(grpc_closure_list* closure_list,
214 inline void grpc_closure_list_fail_all(grpc_closure_list* list,
225 inline void grpc_closure_list_move(grpc_closure_list* src,
226 grpc_closure_list* dst) {
240 inline bool grpc_closure_list_empty(grpc_closure_list closure_list) {
314 grpc_closure_list* list) {
316 inline void grpc_closure_list_sched(grpc_closure_list* list)
    [all...]
exec_ctx.h 136 /** Return pointer to grpc_closure_list */
137 grpc_closure_list* closure_list() { return &closure_list_; }
222 grpc_closure_list closure_list_ = GRPC_CLOSURE_LIST_INIT;
tcp_server_utils_posix.h 80 grpc_closure_list shutdown_starting;
executor.cc 61 grpc_closure_list list) {
184 grpc_closure_list closures = ts->elems;
combiner.cc 61 grpc_closure_list final_list;
tcp_server_custom.cc 69 grpc_closure_list shutdown_starting;
tcp_server_windows.cc 89 grpc_closure_list shutdown_starting;
ev_epoll1_linux.cc 184 grpc_closure_list schedule_on_end_work;
736 worker->schedule_on_end_work = (grpc_closure_list)GRPC_CLOSURE_LIST_INIT;
    [all...]
resource_quota.cc 90 grpc_closure_list on_allocated;
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 105 grpc_closure_list lists[GRPC_CHTTP2_PCL_COUNT];
437 grpc_closure_list run_after_write;
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc 109 grpc_closure_list waiting_for_resolver_result_closures;
    [all...]

Completed in 213 milliseconds