LLDB mainline
ScopedPThreadCancelDisabler Class Reference

Public Member Functions

 ScopedPThreadCancelDisabler ()
 ~ScopedPThreadCancelDisabler ()

Private Attributes

int m_old_state

Detailed Description

Definition at line 133 of file common/Host.cpp.

Constructor & Destructor Documentation

◆ ScopedPThreadCancelDisabler()

ScopedPThreadCancelDisabler::ScopedPThreadCancelDisabler ( )
inline

Definition at line 135 of file common/Host.cpp.

References m_old_state.

◆ ~ScopedPThreadCancelDisabler()

ScopedPThreadCancelDisabler::~ScopedPThreadCancelDisabler ( )
inline

Definition at line 142 of file common/Host.cpp.

References m_old_state.

Member Data Documentation

◆ m_old_state

int ScopedPThreadCancelDisabler::m_old_state
private

Definition at line 150 of file common/Host.cpp.

Referenced by ScopedPThreadCancelDisabler(), and ~ScopedPThreadCancelDisabler().


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