Test thread cancellation
#include <pthread.h> void pthread_testcancel( void );
libc
The pthread_testcancel() function creates a cancellation point in the calling thread. This function has no effect if cancellation is disabled.
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
pthread_cancel(), pthread_setcancelstate(), pthread_setcancelstate(), ThreadCancel()