|
ldas-tools-al 2.6.7
|
Operates on current thread. More...
#include <Thread.hh>
Static Public Member Functions | |
| static void | Cancel () |
| Request termination of the current thread. | |
| static void | CancellationCheck (const std::string &Header, const char *File, const int Line) |
| Deliver pending cancellation requests to the calling thread. | |
| static cancel_type | CancellationType (signal_type &Signal) |
| Retrieve the cancellation method. | |
| static void | CancellationType (cancel_type Type, signal_type Signal=SignalHandler::SIGNAL_UNKNOWN) |
| Specify the method of cancelation. | |
| static thread_type | Id () |
| static void | Cancel () |
| Request termination of the current thread. | |
| static void | CancellationCheck (const std::string &Header, const char *File, const int Line) |
| Deliver pending cancellation requests to the calling thread. | |
| static cancel_type | CancellationType (signal_type &Signal) |
| Retrieve the cancellation method. | |
| static void | CancellationType (cancel_type Type, signal_type Signal=SignalHandler::SIGNAL_UNKNOWN) |
| Specify the method of cancelation. | |
| static thread_type | Id () |
Private Member Functions | |
| Self () | |
| Self () | |
Operates on current thread.
|
private |
|
private |
|
static |
Request termination of the current thread.
|
static |
Request termination of the current thread.
|
static |
Deliver pending cancellation requests to the calling thread.
| [in] | Header | Description of the method from which the request was made |
| [in] | File | Filename from where the request was made. |
| [in] | Line | Line number in Filename from where the request was made. |
|
static |
Deliver pending cancellation requests to the calling thread.
| [in] | Header | Description of the method from which the request was made |
| [in] | File | Filename from where the request was made. |
| [in] | Line | Line number in Filename from where the request was made. |
|
static |
Specify the method of cancelation.
|
static |
Specify the method of cancelation.
|
static |
Retrieve the cancellation method.
|
static |
Retrieve the cancellation method.
|
static |
|
static |