/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | win32.py | 85 ResetEvent = _stdcall_libraries['kernel32'].ResetEvent variable 86 ResetEvent.restype = BOOL 87 ResetEvent.argtypes = [HANDLE]
|
D | serialwin32.py | 248 win32.ResetEvent(self._overlappedRead.hEvent)
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_winpcap.c | 122 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()
|
D | l2_packet_ndis.c | 192 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/ |
D | crash_generation_server.cc | 303 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()
|
D | crash_generation_client.cc | 356 if (!ResetEvent(crash_generated_)) { in SignalCrashEventAndWait()
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | sequence_local_sync_event_watcher.h | 41 void ResetEvent();
|
/external/libevent/ |
D | evthread_win32.c | 283 ResetEvent(cond->event); in evthread_win32_cond_wait() 293 ResetEvent(cond->event); in evthread_win32_cond_wait()
|
/external/icu/icu4c/source/common/ |
D | umutex.cpp | 130 ResetEvent(condition->fExitGate); in umtx_condBroadcast() 168 ResetEvent(condition->fEntryGate); in umtx_condWait()
|
/external/python/cpython3/Parser/ |
D | myreadline.c | 65 ResetEvent(hInterruptEvent); in my_fgets() 136 ResetEvent(hInterruptEvent); in _PyOS_WindowsConsoleReadline()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis_.c | 92 ResetEvent(drv->event_avail); in wpa_driver_ndis_event_pipe_cb()
|
/external/skia/src/compute/common/vk/ |
D | event_pool.c | 92 vk(ResetEvent(event_pool->device,event_pool->events[ii])); in vk_event_pool_reset()
|
/external/webrtc/webrtc/base/ |
D | event.cc | 46 ResetEvent(event_handle_); in Reset()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | condition_variable_event_win.cc | 161 ResetEvent(events_[eventID]); in SleepCS()
|
/external/skqp/src/compute/common/vk/ |
D | event_pool.c | 92 vk(ResetEvent(event_pool->device,event_pool->events[ii])); in vk_event_pool_reset()
|
/external/lzma/C/ |
D | Threads.c | 61 WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); } in Event_Reset()
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 401 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/ |
D | sequence_local_sync_event_watcher.cc | 272 void SequenceLocalSyncEventWatcher::ResetEvent() { in ResetEvent() function in mojo::SequenceLocalSyncEventWatcher
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_named_pipe.c | 363 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/ |
D | ArcInputBridgeProtocol.h | 231 static BridgeInputEvent ResetEvent(uint64_t timestamp) { in ResetEvent() function
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | semaphore.c | 114 ResetEvent(sigint_event); in semlock_acquire()
|
/external/python/cpython3/Modules/_multiprocessing/ |
D | semaphore.c | 124 ResetEvent(sigint_event); in semlock_acquire()
|
/external/deqp/execserver/ |
D | xsWin32TestProcess.cpp | 98 if (!ResetEvent(m_handle)) in reset()
|
/external/libusb/libusb/os/ |
D | poll_windows.c | 719 ResetEvent(poll_fd[_index].overlapped->hEvent); in usbi_read()
|
/external/python/cpython2/Modules/ |
D | timemodule.c | 1083 ResetEvent(hInterruptEvent);
|