Home
last modified time | relevance | path

Searched refs:hEvent (Results 1 – 25 of 30) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface_named_pipe.c147 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/
Dctrl_iface_named_pipe.c147 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/
Devents_windows.c28 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()
Devents_windows.h28 HANDLE hEvent; member
30 #define USBI_EVENT_OS_HANDLE(e) ((e)->hEvent)
/third_party/glib/gio/
Dgasynchelper.c48 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()
Dgwin32outputstream.c138 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()
Dgwin32inputstream.c137 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/
Dwinsock.c297 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/
Dpoll-win32.c469 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/
Dwin_iocp_handle_service.ipp43 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/
Dwin_iocp_handle_service.ipp43 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/
Doverlapped_abi.cpp21 BOOST_WINAPI_TEST_STRUCT(OVERLAPPED, (Offset)(OffsetHigh)(Pointer)(hEvent)); in main()
/third_party/boost/boost/winapi/
Doverlapped.hpp37 HANDLE_ hEvent; member
Devent.hpp76 SetEvent(boost::winapi::HANDLE_ hEvent);
79 ResetEvent(boost::winapi::HANDLE_ hEvent);
/third_party/boost/boost/asio/detail/
Dwin_iocp_operation.hpp78 hEvent = 0; in reset()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_iocp_operation.hpp78 hEvent = 0; in reset()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.h51 STDMETHODIMP Block(DWORD dwBlockFlags, HANDLE hEvent);
Ddshowvideofakesrc.cpp234 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/
Dmain_win.c48 stdin_o.hEvent = event; in main()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.c319 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()
Dkshelpers.c158 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/
Doverlapped.c598 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.c160 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/
DxsWin32TestProcess.cpp137 overlapped.hEvent = ioEvent.getHandle(); in run()
233 overlapped.hEvent = ioEvent.getHandle(); in run()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
Dl2_packet_ndis.c253 l2->rx_overlapped.hEvent = l2->rx_avail; in l2_ndisuio_start_read()

12