The thread cancellation manager is ...
The directives provided by the thread cancellation manager are:
pthread_cancel
- Cancel Execution of a Thread
pthread_setcancelstate
- Set Cancelability State
pthread_setcanceltype
- Set Cancelability Type
pthread_testcancel
- Create Cancellation Point
pthread_cleanup_push
- Establish Cancellation Handler
pthread_cleanup_pop
- Remove Cancellation Handler
Copyright © 1988-2004 OAR Corporation