Home
last modified time | relevance | path

Searched refs:has_pending_iocp (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_windows.cc123 if (info->has_pending_iocp) { in socket_notify_on_iocp()
124 info->has_pending_iocp = 0; in socket_notify_on_iocp()
143 GPR_ASSERT(!info->has_pending_iocp); in grpc_socket_become_ready()
149 info->has_pending_iocp = 1; in grpc_socket_become_ready()
Dsocket_windows.h56 int has_pending_iocp; member