Home
last modified time | relevance | path

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

/third_party/libuv/include/uv/
Dwin.h402 struct uv_pipe_accept_s* next_pending; \
411 struct uv_tcp_accept_s* next_pending; \
/third_party/grpc/src/core/lib/surface/
Dserver.cc254 PendingCall next_pending = pop_next_pending(); in RequestCallWithPossiblePublish() local
255 if (next_pending.rc == nullptr) break; in RequestCallWithPossiblePublish()
256 if (!next_pending.calld->MaybeActivate()) { in RequestCallWithPossiblePublish()
258 next_pending.calld->KillZombie(); in RequestCallWithPossiblePublish()
260 next_pending.calld->Publish(request_queue_index, next_pending.rc); in RequestCallWithPossiblePublish()
/third_party/libuv/src/win/
Dtcp.c689 server->tcp.serv.pending_accepts = req->next_pending; in uv__tcp_accept()
690 req->next_pending = NULL; in uv__tcp_accept()
1198 req->next_pending = handle->tcp.serv.pending_accepts; in uv__process_tcp_accept_req()
Dpipe.c750 req->next_pending = NULL; in uv_pipe_bind()
1118 server->pipe.serv.pending_accepts = req->next_pending; in uv__pipe_accept()
1119 req->next_pending = NULL; in uv__pipe_accept()
2121 req->next_pending = handle->pipe.serv.pending_accepts; in uv__process_pipe_accept_req()