LLVM 20.0.0git
|
This class provides an abstraction for a timeout around an operation that must complete in a given amount of time. More...
#include "llvm/Support/Watchdog.h"
Public Member Functions | |
Watchdog (unsigned int seconds) | |
~Watchdog () | |
This class provides an abstraction for a timeout around an operation that must complete in a given amount of time.
Failure to complete before the timeout is an unrecoverable situation and no mechanisms to attempt to handle it are provided.
Definition at line 25 of file Watchdog.h.
llvm::sys::Watchdog::Watchdog | ( | unsigned int | seconds | ) |
llvm::sys::Watchdog::~Watchdog | ( | ) |