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

1 2

  /external/chromium-trace/catapult/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);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.c 59 WRes Event_Reset(CEvent *p) { return BOOLToWRes(ResetEvent(*p)); }
  /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 130 ResetEvent(condition->fExitGate);
168 ResetEvent(condition->fEntryGate);
  /external/libevent/
evthread_win32.c 283 ResetEvent(cond->event);
293 ResetEvent(cond->event);
  /external/python/cpython3/Parser/
myreadline.c 66 ResetEvent(hInterruptEvent);
135 ResetEvent(hInterruptEvent);
  /external/v8/src/base/platform/
condition-variable.cc 207 BOOL ok = ::ResetEvent(event->handle_);
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 193 static BridgeInputEvent ResetEvent(uint64_t timestamp) {
  /frameworks/native/vulkan/libvulkan/
api_gen.h 96 PFN_vkResetEvent ResetEvent;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 69 PFN_vkResetEvent ResetEvent;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 363 ResetEvent(dst->overlap.hEvent);
780 ResetEvent(dst->overlap.hEvent);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
synchapi.h 48 WINBASEAPI WINBOOL WINAPI ResetEvent (HANDLE hEvent);
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 114 ResetEvent(sigint_event);
  /external/python/cpython3/Modules/_multiprocessing/
semaphore.c 124 ResetEvent(sigint_event);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 63 table->ResetEvent = (PFN_vkResetEvent) gpa(device, "vkResetEvent");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
timemodule.c 985 ResetEvent(hInterruptEvent);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
timemodule.c 980 ResetEvent(hInterruptEvent);
    [all...]

Completed in 782 milliseconds

1 2