pthread_testcancel()
QNX SDP8.0C Library ReferenceAPIDeveloper
Test thread cancellation
Synopsis:
#include <pthread.h>
void pthread_testcancel( void );
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The pthread_testcancel() function creates a cancellation point in the calling thread. This function has no effect if cancellation is disabled.
Classification:
Safety: | |
---|---|
Cancellation point | Yes |
Signal handler | Yes |
Thread | Yes |
Page updated: