Home
last modified time | relevance | path

Searched refs:CreateWaitableTimer (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/llvm/lib/Support/Windows/
H A DWatchdog.inc16 // on Windows. Roughly, a Windows implementation would use CreateWaitableTimer
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
H A DWatchdog.inc15 // on Windows. Roughly, a Windows implementation would use CreateWaitableTimer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Windows/
H A DWatchdog.inc15 // on Windows. Roughly, a Windows implementation would use CreateWaitableTimer
/aosp_15_r20/hardware/google/aemu/windows/src/
Dtime.cpp60 timerHandle = CreateWaitableTimer(nullptr, FALSE, nullptr); in nanosleep()
/aosp_15_r20/external/libusb/libusb/os/
H A Devents_windows.c58 timer->hTimer = CreateWaitableTimer(NULL, TRUE, NULL); in usbi_create_timer()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp641 timer_handle=CreateWaitableTimer(NULL,false,NULL); in interruptible_wait()
733 timer_handle=CreateWaitableTimer(NULL,false,NULL); in non_interruptible_wait()
/aosp_15_r20/external/libevent/
H A Devutil_time.c156 timer = CreateWaitableTimer(NULL, TRUE, NULL); in evutil_usleep_()
/aosp_15_r20/hardware/google/aemu/base/
DSystem.cpp272 timerHandle = CreateWaitableTimer(nullptr, FALSE, nullptr); in sleepToUs()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/
Dwin_iocp_io_context.ipp553 waitable_timer_.handle = ::CreateWaitableTimer(0, FALSE, 0);
/aosp_15_r20/external/mdnsresponder/mDNSWindows/SystemService/
H A DService.c1764 gSPSWakeupEvent = CreateWaitableTimer( NULL, FALSE, NULL ); in SetupNotifications()
1768 gSPSSleepEvent = CreateWaitableTimer( NULL, FALSE, NULL ); in SetupNotifications()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h1556 #define CreateWaitableTimer __MINGW_NAME_AW(CreateWaitableTimer) macro
/aosp_15_r20/external/mdnsresponder/mDNSWindows/
H A DmDNSWin32.c293 inMDNS->p->checkFileSharesTimer = CreateWaitableTimer( NULL, FALSE, NULL ); in mDNSPlatformInit()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/
Dchanges.qbk249 ….boost.org/trac/boost/ticket/11368 #11368] boost thread's usage of CreateWaitableTimer wakes PC fr…