Operates on current thread.
More...
#include <Thread.hh>
|
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. More...
|
|
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 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. More...
|
|
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 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. More...
|
|
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.
|
|
Operates on current thread.
◆ CancellationCheck() [1/3]
void LDASTools::AL::Thread::Self::CancellationCheck |
( |
const std::string & |
Header, |
|
|
const char * |
File, |
|
|
const int |
Line |
|
) |
| |
|
static |
Deliver pending cancellation requests to the calling thread.
- Parameters
-
[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. |
◆ CancellationCheck() [2/3]
static void LDASTools::AL::Thread::Self::CancellationCheck |
( |
const std::string & |
Header, |
|
|
const char * |
File, |
|
|
const int |
Line |
|
) |
| |
|
static |
Deliver pending cancellation requests to the calling thread.
- Parameters
-
[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. |
◆ CancellationCheck() [3/3]
static void LDASTools::AL::Thread::Self::CancellationCheck |
( |
const std::string & |
Header, |
|
|
const char * |
File, |
|
|
const int |
Line |
|
) |
| |
|
static |
Deliver pending cancellation requests to the calling thread.
- Parameters
-
[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. |
The documentation for this class was generated from the following files:
- /build/ldas-tools-al-2.6.5/debian/tmp/usr/include/ldastoolsal/Thread.hh
- /build/ldas-tools-al-2.6.5/src/Thread.cc