Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/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/libchrome/mojo/public/cpp/bindings/
Dsequence_local_sync_event_watcher.h41 void ResetEvent();
/external/libevent/
Devthread_win32.c283 ResetEvent(cond->event); in evthread_win32_cond_wait()
293 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/python/cpython3/Parser/
Dmyreadline.c65 ResetEvent(hInterruptEvent); in my_fgets()
136 ResetEvent(hInterruptEvent); in _PyOS_WindowsConsoleReadline()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis_.c92 ResetEvent(drv->event_avail); in wpa_driver_ndis_event_pipe_cb()
/external/skia/src/compute/common/vk/
Devent_pool.c92 vk(ResetEvent(event_pool->device,event_pool->events[ii])); in vk_event_pool_reset()
/external/webrtc/webrtc/base/
Devent.cc46 ResetEvent(event_handle_); in Reset()
/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_event_win.cc161 ResetEvent(events_[eventID]); in SleepCS()
/external/skqp/src/compute/common/vk/
Devent_pool.c92 vk(ResetEvent(event_pool->device,event_pool->events[ii])); in vk_event_pool_reset()
/external/lzma/C/
DThreads.c61 WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); } in Event_Reset()
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp401 struct ResetEvent : public CommandBuffer::Command struct
403 ResetEvent(VkEvent ev, VkPipelineStageFlags stageMask) : ev(ev), stageMask(stageMask) in ResetEvent() function
816 addCommand<ResetEvent>(event, stageMask); in resetEvent()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc272 void SequenceLocalSyncEventWatcher::ResetEvent() { in ResetEvent() function in mojo::SequenceLocalSyncEventWatcher
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c363 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_ctrl_iface_receive()
780 ResetEvent(dst->overlap.hEvent); in wpa_supplicant_global_iface_receive()
/external/wayland-protocols/flinger_headers/
DArcInputBridgeProtocol.h231 static BridgeInputEvent ResetEvent(uint64_t timestamp) { in ResetEvent() function
/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c114 ResetEvent(sigint_event); in semlock_acquire()
/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c124 ResetEvent(sigint_event); in semlock_acquire()
/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/python/cpython2/Modules/
Dtimemodule.c1083 ResetEvent(hInterruptEvent);

12