LLVM 19.0.0git
Public Member Functions | List of all members
llvm::sys::Watchdog Class Reference

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Watchdog()

llvm::sys::Watchdog::Watchdog ( unsigned int  seconds)

◆ ~Watchdog()

llvm::sys::Watchdog::~Watchdog ( )

The documentation for this class was generated from the following file: