webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
multi_threaded_local_fake Class Reference
Inheritance diagram for multi_threaded_local_fake:

Public Member Functions

 multi_threaded_local_fake ()
 
void lock ()
 
void unlock ()
 
int lock_count ()
 
bool InCriticalSection ()
 

Protected Attributes

int lock_count_
 
int unlock_count_
 

Constructor & Destructor Documentation

◆ multi_threaded_local_fake()

multi_threaded_local_fake::multi_threaded_local_fake ( )
inline

Member Function Documentation

◆ InCriticalSection()

bool multi_threaded_local_fake::InCriticalSection ( )
inline

◆ lock()

void multi_threaded_local_fake::lock ( )
inline

◆ lock_count()

int multi_threaded_local_fake::lock_count ( )
inline

◆ unlock()

void multi_threaded_local_fake::unlock ( )
inline

Member Data Documentation

◆ lock_count_

int multi_threaded_local_fake::lock_count_
protected

◆ unlock_count_

int multi_threaded_local_fake::unlock_count_
protected

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