Searched refs:completion_key (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | iocp_windows.cc | 61 ULONG_PTR completion_key; in grpc_iocp_work() local 67 GetQueuedCompletionStatus(g_iocp, &bytes, &completion_key, &overlapped, in grpc_iocp_work() 73 GPR_ASSERT(completion_key && overlapped); in grpc_iocp_work() 76 if (completion_key == (ULONG_PTR)&g_iocp_kick_token) { in grpc_iocp_work() 84 socket = (grpc_winsocket*)completion_key; in grpc_iocp_work()
|
/third_party/boost/boost/process/detail/windows/ |
D | wait_group.hpp | 23 ::boost::winapi::ULONG_PTR_ completion_key; in wait_impl() 30 … &completion_key, &overlapped, static_cast<::boost::winapi::DWORD_>(wait_time))) in wait_impl() 32 if (reinterpret_cast<::boost::winapi::HANDLE_>(completion_key) == p._job_object && in wait_impl()
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 159 dword_ptr_t completion_key = 0; 162 &completion_key, &overlapped, gqcs_timeout_); 431 dword_ptr_t completion_key = 0; 435 &bytes_transferred, &completion_key, &overlapped, 447 if (completion_key == overlapped_contains_result) 496 else if (completion_key == wake_for_dispatch)
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 159 dword_ptr_t completion_key = 0; 162 &completion_key, &overlapped, gqcs_timeout_); 431 dword_ptr_t completion_key = 0; 435 &bytes_transferred, &completion_key, &overlapped, 447 if (completion_key == overlapped_contains_result) 496 else if (completion_key == wake_for_dispatch)
|
/third_party/libusb/libusb/os/ |
D | windows_common.c | 420 ULONG_PTR completion_key; in windows_iocp_thread() local 432 …if (!GetQueuedCompletionStatus(iocp, &num_bytes, &completion_key, &overlapped, INFINITE) && (overl… in windows_iocp_thread() 439 if (completion_key != (ULONG_PTR)ctx) in windows_iocp_thread() 447 dev_handle = (struct libusb_device_handle *)completion_key; in windows_iocp_thread()
|