webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Static Public Attributes | List of all members
rtc::Event Class Reference

#include <event.h>

Public Member Functions

 Event (bool manual_reset, bool initially_signaled)
 
 ~Event ()
 
void Set ()
 
void Reset ()
 
bool Wait (int milliseconds)
 
 Event (bool manual_reset, bool initially_signaled)
 
 ~Event ()
 
void Set ()
 
void Reset ()
 
bool Wait (int milliseconds)
 

Static Public Attributes

static const int kForever = -1
 

Constructor & Destructor Documentation

◆ Event() [1/2]

rtc::Event::Event ( bool  manual_reset,
bool  initially_signaled 
)

◆ ~Event() [1/2]

rtc::Event::~Event ( )

◆ Event() [2/2]

rtc::Event::Event ( bool  manual_reset,
bool  initially_signaled 
)

◆ ~Event() [2/2]

rtc::Event::~Event ( )

Member Function Documentation

◆ Reset() [1/2]

void rtc::Event::Reset ( )

◆ Reset() [2/2]

void rtc::Event::Reset ( )

◆ Set() [1/2]

void rtc::Event::Set ( )

◆ Set() [2/2]

void rtc::Event::Set ( )

◆ Wait() [1/2]

bool rtc::Event::Wait ( int  milliseconds)

◆ Wait() [2/2]

bool rtc::Event::Wait ( int  milliseconds)

Member Data Documentation

◆ kForever

static const int Event::kForever = -1
static

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