OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_pending_iocp
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/core/lib/iomgr/
socket_windows.cc
123
if (info->
has_pending_iocp
) {
124
info->
has_pending_iocp
= 0;
143
GPR_ASSERT(!info->
has_pending_iocp
);
149
info->
has_pending_iocp
= 1;
socket_windows.h
56
int
has_pending_iocp
;
member in struct:grpc_winsocket_callback_info
Completed in 2335 milliseconds