Searched refs:next_pending (Results 1 – 4 of 4) sorted by relevance
402 struct uv_pipe_accept_s* next_pending; \411 struct uv_tcp_accept_s* next_pending; \
254 PendingCall next_pending = pop_next_pending(); in RequestCallWithPossiblePublish() local255 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()
689 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()
750 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()