Home
last modified time | relevance | path

Searched refs:ResetEvent (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dwin32.py85 ResetEvent = _stdcall_libraries['kernel32'].ResetEvent variable
86 ResetEvent.restype = BOOL
87 ResetEvent.argtypes = [HANDLE]
Dserialwin32.py248 win32.ResetEvent(self._overlappedRead.hEvent)
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_winpcap.c122 ResetEvent(l2->rx_done); in l2_packet_receive_cb()
141 ResetEvent(l2->rx_notify); in l2_packet_receive_thread()
156 ResetEvent(l2->rx_avail); in l2_packet_rx_event()
Dl2_packet_ndis.c192 ResetEvent(l2_ndisuio_global->rx_processed); in l2_packet_rx_thread_try_read()
311 ResetEvent(l2->rx_avail); in l2_packet_rx_event()
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc303 if (!ResetEvent(overlapped_.hEvent)) { in HandleInitialState()
568 if (!ResetEvent(overlapped_.hEvent)) { in HandleDisconnectingState()
718 ResetEvent(overlapped_.hEvent); in HandleConnectionRequest()
832 ResetEvent(client_info->dump_requested_handle()); in OnDumpRequest()
Dcrash_generation_client.cc356 if (!ResetEvent(crash_generated_)) { in SignalCrashEventAndWait()
/external/libevent/
Devthread_win32.c281 ResetEvent(cond->event); in evthread_win32_cond_wait()
291 ResetEvent(cond->event); in evthread_win32_cond_wait()
/external/icu/icu4c/source/common/
Dumutex.cpp130 ResetEvent(condition->fExitGate); in umtx_condBroadcast()
168 ResetEvent(condition->fEntryGate); in umtx_condWait()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis_.c92 ResetEvent(drv->event_avail); in wpa_driver_ndis_event_pipe_cb()
/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_event_win.cc161 ResetEvent(events_[eventID]); in SleepCS()
/external/webrtc/webrtc/base/
Devent.cc46 ResetEvent(event_handle_); in Reset()
/external/lzma/C/
DThreads.c59 WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); } in Event_Reset()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h69 PFN_vkResetEvent ResetEvent; member
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c364 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_ctrl_iface_receive()
782 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_global_iface_receive()
/external/v8/src/base/platform/
Dcondition-variable.cc207 BOOL ok = ::ResetEvent(event->handle_);
/external/vulkan-validation-layers/loader/
Dtable_ops.h94 table->ResetEvent = (PFN_vkResetEvent)gpa(dev, "vkResetEvent"); in loader_init_device_dispatch_table()
361 return (void *)table->ResetEvent; in loader_lookup_device_dispatch_table()
Dtrampoline.c1258 return disp->ResetEvent(device, event);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp70 GET_DEV_PROC(ResetEvent); in GrVkCreateInterface()
/external/fio/engines/
Dwindowsaio.c287 ResetEvent(fov->o.hEvent); in fio_windowsaio_getevents()
/external/deqp/execserver/
DxsWin32TestProcess.cpp98 if (!ResetEvent(m_handle)) in reset()
/external/libusb/libusb/os/
Dpoll_windows.c719 ResetEvent(poll_fd[_index].overlapped->hEvent); in usbi_read()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2891 ResetEvent(_hShutdownCaptureEvent); // Must be manually reset. in StopRecording()
3072 ResetEvent(_hShutdownRenderEvent); in StopPlayout()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp990 VKAPI_ATTR VkResult VKAPI_CALL ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function
1000 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetEvent(device, event); in ResetEvent()
3826 return (PFN_vkVoidFunction)ResetEvent; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp2274 VKAPI_ATTR VkResult VKAPI_CALL ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function
2283 result = get_dispatch_table(pc_device_table_map, device)->ResetEvent(device, event); in ResetEvent()
5320 {"vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(ResetEvent)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp408 VkResult result = device_dispatch_table(device)->ResetEvent(device, event); in vkResetEvent()

12