~ubuntu-branches/ubuntu/wily/grpc/wily-proposed

« back to all changes in this revision

Viewing changes to src/core/iomgr/iocp_windows.c

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2015-08-28 09:26:25 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150828092625-8057cxcbormjrmkn
Tags: 0.10.2-1
New upstream release (closes: #795766)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
    grpc_maybe_call_delayed_callbacks(NULL, 1);
128
128
    do_iocp_work();
129
129
  }
130
 
  gpr_log(GPR_DEBUG, "iocp_loop is done");
131
130
 
132
131
  gpr_event_set(&g_iocp_done, (void *)1);
133
132
}