A class to automatically set the thread cancellation mode of a member function.
More...
#include <thread.h>
Collaboration diagram for Cancellation:
Public Member Functions
Private Attributes
Detailed Description
A class to automatically set the thread cancellation mode of a member function.
When the member function returns and the automatic variable falls out of scope, the previous thread cancellation mode is restored.
- Author
- David Sugar dyfet.nosp@m.@gnu.nosp@m..org Automatic cancellation mode setting.
Definition at line 1524 of file thread.h.
Constructor & Destructor Documentation
Cancellation::~Cancellation
(
)
Field Documentation
The documentation for this class was generated from the following file: