Searched refs:CreateWaitableTimer (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/lib/Support/Windows/ |
H A D | Watchdog.inc | 16 // 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 D | Watchdog.inc | 15 // 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 D | Watchdog.inc | 15 // on Windows. Roughly, a Windows implementation would use CreateWaitableTimer
|
/aosp_15_r20/hardware/google/aemu/windows/src/ |
D | time.cpp | 60 timerHandle = CreateWaitableTimer(nullptr, FALSE, nullptr); in nanosleep()
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | events_windows.c | 58 timer->hTimer = CreateWaitableTimer(NULL, TRUE, NULL); in usbi_create_timer()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/src/win32/ |
D | thread.cpp | 641 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 D | evutil_time.c | 156 timer = CreateWaitableTimer(NULL, TRUE, NULL); in evutil_usleep_()
|
/aosp_15_r20/hardware/google/aemu/base/ |
D | System.cpp | 272 timerHandle = CreateWaitableTimer(nullptr, FALSE, nullptr); in sleepToUs()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/impl/ |
D | win_iocp_io_context.ipp | 553 waitable_timer_.handle = ::CreateWaitableTimer(0, FALSE, 0);
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/SystemService/ |
H A D | Service.c | 1764 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/ |
D | winbase.h | 1556 #define CreateWaitableTimer __MINGW_NAME_AW(CreateWaitableTimer) macro
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ |
H A D | mDNSWin32.c | 293 inMDNS->p->checkFileSharesTimer = CreateWaitableTimer( NULL, FALSE, NULL ); in mDNSPlatformInit()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/ |
D | changes.qbk | 249 ….boost.org/trac/boost/ticket/11368 #11368] boost thread's usage of CreateWaitableTimer wakes PC fr…
|