next up previous contents index
Next: 18.3.19 pthread_cond_broadcast: Wakeup all Up: 18.3 POSIX Threads Reference Previous: 18.3.17 pthread_setcanceltype: Set the

18.3.18 pthread_testcancel: Check for a cancelation point

 

SYNOPSIS

#include <oskit/threads/pthread.h>

void pthread_testcancel(void);

DESCRIPTION

Test whether a cancelation is pending, and deliver the cancelation if the cancel state is PTHREAD_CANCEL_ENABLED.

RELATED INFORMATION

pthread_cancel, pthread_setcancelstate



University of Utah Flux Research Group