LLVM
20.0.0git
lib
Support
Windows
Watchdog.inc
Go to the documentation of this file.
1
//===--- Windows/Watchdog.inc - Windows Watchdog Implementation -*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file provides the generic Windows implementation of the Watchdog class.
10
//
11
//===----------------------------------------------------------------------===//
12
13
// TODO: implement.
14
// Currently this is only used by PrettyStackTrace which is also unimplemented
15
// on Windows. Roughly, a Windows implementation would use CreateWaitableTimer
16
// and a second thread to run the TimerAPCProc.
17
18
namespace
llvm
{
19
namespace
sys {
20
Watchdog::Watchdog
(
unsigned
int
seconds) {}
21
Watchdog::~Watchdog
() {}
22
}
// namespace sys
23
}
// namespace llvm
llvm::sys::Watchdog::~Watchdog
~Watchdog()
llvm::sys::Watchdog::Watchdog
Watchdog(unsigned int seconds)
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Thu Nov 21 2024 03:05:17 for LLVM by
1.9.6