#include <Thread.h>
Public Attributes | |
| int | cancelstate |
| int | canceltype |
| e.g., PTHREAD_CANCEL_DEFERRED and PTHREAD_CANCEL_ASYNCHRONOUS. | |
|
|
e.g., PTHREAD_CANCEL_ENABLE, PTHREAD_CANCEL_DISABLE, PTHREAD_CANCELED. Definition at line 33 of file Thread.h. Referenced by ACE_Thread::enablecancel(), and ACE_Thread::setcancelstate(). |
|
|
e.g., PTHREAD_CANCEL_DEFERRED and PTHREAD_CANCEL_ASYNCHRONOUS.
Definition at line 36 of file Thread.h. Referenced by ACE_Thread::enablecancel(), and ACE_Thread::setcancelstate(). |
1.3.6