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.
|
|
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.
|
|
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/2]
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/2]
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:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.4/build/include/ldastoolsal/Thread.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.4/src/Thread.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.4/src/Thread.cc