HomeSort by relevance Sort by last modified time
    Searched refs:ResetEvent (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
win32.py 85 ResetEvent = _stdcall_libraries['kernel32'].ResetEvent
86 ResetEvent.restype = BOOL
87 ResetEvent.argtypes = [HANDLE]
311 'ResetEvent', 'EV_RXCHAR', 'LPCOMSTAT', 'ClearCommError',
serialwin32.py 248 win32.ResetEvent(self._overlappedRead.hEvent)
285 #~ win32event.ResetEvent(self._overlappedWrite.hEvent)
  /external/wpa_supplicant_8/src/drivers/
driver_ndis_.c 92 ResetEvent(drv->event_avail);
  /external/webrtc/webrtc/base/
event.cc 46 ResetEvent(event_handle_);
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_event_win.cc 161 ResetEvent(events_[eventID]);
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_winpcap.c 122 ResetEvent(l2->rx_done);
141 ResetEvent(l2->rx_notify);
156 ResetEvent(l2->rx_avail);
l2_packet_ndis.c 192 ResetEvent(l2_ndisuio_global->rx_processed);
311 ResetEvent(l2->rx_avail);
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 303 if (!ResetEvent(overlapped_.hEvent)) {
568 if (!ResetEvent(overlapped_.hEvent)) {
718 ResetEvent(overlapped_.hEvent);
832 ResetEvent(client_info->dump_requested_handle());
    [all...]
crash_generation_client.cc 356 if (!ResetEvent(crash_generated_)) {
  /external/lzma/C/
Threads.c 59 WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); }
  /external/icu/icu4c/source/common/
umutex.cpp 139 ResetEvent(condition->fExitGate);
177 ResetEvent(condition->fEntryGate);
  /external/libevent/
evthread_win32.c 281 ResetEvent(cond->event);
291 ResetEvent(cond->event);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
hiddevice.cpp 201 ResetEvent(mEvent);
  /frameworks/native/vulkan/libvulkan/
api_gen.h 84 PFN_vkResetEvent ResetEvent;
api_gen.cpp 182 INIT_PROC(dev, ResetEvent);
326 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event);
    [all...]
  /external/v8/src/base/platform/
condition-variable.cc 207 BOOL ok = ::ResetEvent(event->handle_);
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 76 PFN_vkResetEvent ResetEvent;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 364 ResetEvent(dst->overlap.hEvent);
782 ResetEvent(dst->overlap.hEvent);
  /external/fio/engines/
windowsaio.c 287 ResetEvent(fov->o.hEvent);
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 64 GET_PROC(ResetEvent);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 191 {"vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetEvent>(ResetEvent))},
null_driver_gen.h 77 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event);
null_driver.cpp     [all...]
  /external/vulkan-validation-layers/loader/
table_ops.h 101 table->ResetEvent = (PFN_vkResetEvent)gpa(dev, "vkResetEvent");
346 if (!strcmp(name, "ResetEvent"))
347 return (void *)table->ResetEvent;
    [all...]
  /external/deqp/execserver/
xsWin32TestProcess.cpp 98 if (!ResetEvent(m_handle))
99 throw Error(GetLastError(), "ResetEvent() failed");

Completed in 1400 milliseconds

1 2