Operates on current thread.
More...
#include <Thread.hh>
Operates on current thread.
◆ Self() [1/2]
LDASTools::AL::Thread::Self::Self |
( |
| ) |
|
|
private |
◆ Self() [2/2]
LDASTools::AL::Thread::Self::Self |
( |
| ) |
|
|
private |
◆ Cancel() [1/2]
void LDASTools::AL::Thread::Self::Cancel |
( |
| ) |
|
|
static |
Request termination of the current thread.
◆ Cancel() [2/2]
void LDASTools::AL::Thread::Self::Cancel |
( |
| ) |
|
|
static |
Request termination of the 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]
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. |
◆ CancellationType() [1/4]
void LDASTools::AL::Thread::Self::CancellationType |
( |
cancel_type | Type, |
|
|
signal_type | Signal = SignalHandler::SIGNAL_UNKNOWN ) |
|
static |
Specify the method of cancelation.
◆ CancellationType() [2/4]
void LDASTools::AL::Thread::Self::CancellationType |
( |
cancel_type | Type, |
|
|
signal_type | Signal = SignalHandler::SIGNAL_UNKNOWN ) |
|
static |
Specify the method of cancelation.
◆ CancellationType() [3/4]
Retrieve the cancellation method.
◆ CancellationType() [4/4]
Retrieve the cancellation method.
◆ Id() [1/2]
Thread::thread_type LDASTools::AL::Thread::Self::Id |
( |
| ) |
|
|
static |
◆ Id() [2/2]
thread_type LDASTools::AL::Thread::Self::Id |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/build/include/ldastoolsal/Thread.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/src/Thread.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-al-2.6.7-build/ldas-tools-al-2.6.7/src/Thread.cc