/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe() 148 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe() 154 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe() 155 sizeof(dst->overlap.hEvent), in ctrl_open_pipe() 198 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe() 226 if (dst->overlap.hEvent) { in ctrl_close_pipe() 227 eloop_unregister_event(dst->overlap.hEvent, in ctrl_close_pipe() 228 sizeof(dst->overlap.hEvent)); in ctrl_close_pipe() 229 CloseHandle(dst->overlap.hEvent); in ctrl_close_pipe() 363 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_ctrl_iface_receive() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); in ctrl_open_pipe() 148 if (dst->overlap.hEvent == NULL) { in ctrl_open_pipe() 154 eloop_register_event(dst->overlap.hEvent, in ctrl_open_pipe() 155 sizeof(dst->overlap.hEvent), in ctrl_open_pipe() 198 if (SetEvent(dst->overlap.hEvent)) in ctrl_open_pipe() 226 if (dst->overlap.hEvent) { in ctrl_close_pipe() 227 eloop_unregister_event(dst->overlap.hEvent, in ctrl_close_pipe() 228 sizeof(dst->overlap.hEvent)); in ctrl_close_pipe() 229 CloseHandle(dst->overlap.hEvent); in ctrl_close_pipe() 363 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_ctrl_iface_receive() [all …]
|
/third_party/libusb/libusb/os/ |
D | events_windows.c | 28 event->hEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in usbi_create_event() 29 if (event->hEvent == NULL) { in usbi_create_event() 39 if (!CloseHandle(event->hEvent)) in usbi_destroy_event() 45 if (!SetEvent(event->hEvent)) in usbi_signal_event() 51 if (!ResetEvent(event->hEvent)) in usbi_clear_event()
|
D | events_windows.h | 28 HANDLE hEvent; member 30 #define USBI_EVENT_OS_HANDLE(e) ((e)->hEvent)
|
/third_party/glib/gio/ |
D | gasynchelper.c | 48 pollfd[0].fd = (gint64)overlap->hEvent; in _g_win32_overlap_wait_result() 50 pollfd[0].fd = (gint)overlap->hEvent; in _g_win32_overlap_wait_result() 75 result = GetOverlappedResult (overlap->hEvent, overlap, transferred, FALSE); in _g_win32_overlap_wait_result()
|
D | gwin32outputstream.c | 138 overlap.hEvent = CreateEvent (NULL, FALSE, FALSE, NULL); in g_win32_output_stream_write() 139 g_return_val_if_fail (overlap.hEvent != NULL, -1); in g_win32_output_stream_write() 179 CloseHandle (overlap.hEvent); in g_win32_output_stream_write()
|
D | gwin32inputstream.c | 137 overlap.hEvent = CreateEvent (NULL, FALSE, FALSE, NULL); in g_win32_input_stream_read() 138 g_return_val_if_fail (overlap.hEvent != NULL, -1); in g_win32_input_stream_read() 192 CloseHandle (overlap.hEvent); in g_win32_input_stream_read()
|
/third_party/libuv/src/win/ |
D | winsock.c | 297 if (!((intptr_t) overlapped->hEvent & 1)) { in uv__wsarecv_workaround() 307 overlapped->hEvent, in uv__wsarecv_workaround() 395 if (!((intptr_t) overlapped->hEvent & 1)) { in uv__wsarecvfrom_workaround() 405 overlapped->hEvent, in uv__wsarecvfrom_workaround() 473 event = overlapped->hEvent; in uv__msafd_poll()
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-win32.c | 469 HANDLE hEvent; in pa_poll() local 479 hEvent = CreateEvent (NULL, FALSE, FALSE, NULL); in pa_poll() 482 handle_array[0] = hEvent; in pa_poll() 523 WSAEventSelect ((SOCKET) h, hEvent, requested); in pa_poll() 642 CloseHandle(hEvent); in pa_poll()
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | win_iocp_handle_service.ipp | 43 hEvent = ::CreateEventW(0, TRUE, FALSE, 0); 44 if (hEvent) 49 DWORD_PTR tmp = reinterpret_cast<DWORD_PTR>(hEvent); 50 hEvent = reinterpret_cast<HANDLE>(tmp | 1); 62 if (hEvent) 64 ::CloseHandle(hEvent);
|
/third_party/boost/boost/asio/detail/impl/ |
D | win_iocp_handle_service.ipp | 43 hEvent = ::CreateEventW(0, TRUE, FALSE, 0); 44 if (hEvent) 49 DWORD_PTR tmp = reinterpret_cast<DWORD_PTR>(hEvent); 50 hEvent = reinterpret_cast<HANDLE>(tmp | 1); 62 if (hEvent) 64 ::CloseHandle(hEvent);
|
/third_party/boost/libs/winapi/test/run/ |
D | overlapped_abi.cpp | 21 BOOST_WINAPI_TEST_STRUCT(OVERLAPPED, (Offset)(OffsetHigh)(Pointer)(hEvent)); in main()
|
/third_party/boost/boost/winapi/ |
D | overlapped.hpp | 37 HANDLE_ hEvent; member
|
D | event.hpp | 76 SetEvent(boost::winapi::HANDLE_ hEvent); 79 ResetEvent(boost::winapi::HANDLE_ hEvent);
|
/third_party/boost/boost/asio/detail/ |
D | win_iocp_operation.hpp | 78 hEvent = 0; in reset()
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | win_iocp_operation.hpp | 78 hEvent = 0; in reset()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideofakesrc.h | 51 STDMETHODIMP Block(DWORD dwBlockFlags, HANDLE hEvent);
|
D | dshowvideofakesrc.cpp | 234 STDMETHODIMP VideoFakeSrcPin::Block(DWORD dwBlockFlags, HANDLE hEvent) in Block() argument 237 HRESULT hr = CDynamicOutputPin::Block (dwBlockFlags, hEvent); in Block()
|
/third_party/node/test/overlapped-checker/ |
D | main_win.c | 48 stdin_o.hEvent = event; in main()
|
/third_party/gstreamer/gstplugins_bad/sys/winks/ |
D | gstksvideodevice.c | 319 req.overlapped.hEvent = CreateEvent (NULL, TRUE, FALSE, NULL); in gst_ks_video_device_prepare_buffers() 322 g_array_append_val (priv->request_events, req.overlapped.hEvent); in gst_ks_video_device_prepare_buffers() 961 event = req->overlapped.hEvent; in gst_ks_video_device_request_frame() 963 req->overlapped.hEvent = event; in gst_ks_video_device_request_frame() 1062 if (WaitForSingleObject (req->overlapped.hEvent, 0) != WAIT_OBJECT_0) in gst_ks_video_device_read_frame() 1068 ResetEvent (req->overlapped.hEvent); in gst_ks_video_device_read_frame()
|
D | kshelpers.c | 158 overlapped.hEvent = CreateEvent (NULL, TRUE, FALSE, NULL); in ks_sync_device_io_control() 175 CloseHandle (overlapped.hEvent); in ks_sync_device_io_control()
|
/third_party/python/Modules/ |
D | overlapped.c | 598 if (ov->hEvent != NULL) in mark_as_completed() 599 SetEvent(ov->hEvent); in mark_as_completed() 642 self->overlapped.hEvent = event; in _overlapped_Overlapped_impl() 717 if (self->overlapped.hEvent != NULL) { in Overlapped_dealloc() 718 CloseHandle(self->overlapped.hEvent); in Overlapped_dealloc() 1852 offsetof(OverlappedObject, overlapped) + offsetof(OVERLAPPED, hEvent),
|
D | _winapi.c | 160 CloseHandle(self->overlapped.hEvent); in overlapped_dealloc() 166 CloseHandle(self->overlapped.hEvent); in overlapped_dealloc() 333 offsetof(OverlappedObject, overlapped) + offsetof(OVERLAPPED, hEvent), 370 self->overlapped.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in new_overlapped() 437 SetEvent(overlapped->overlapped.hEvent); in _winapi_ConnectNamedPipe_impl()
|
/third_party/vk-gl-cts/execserver/ |
D | xsWin32TestProcess.cpp | 137 overlapped.hEvent = ioEvent.getHandle(); in run() 233 overlapped.hEvent = ioEvent.getHandle(); in run()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_ndis.c | 253 l2->rx_overlapped.hEvent = l2->rx_avail; in l2_ndisuio_start_read()
|