RTEMS CPU Kit with SuperCore  4.11.3
Functions
setcanceltype.c File Reference

Sets the Cancelability Type of Calling Thread to value given in type. More...

#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
#include <rtems/score/thread.h>
#include <rtems/posix/cancel.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/threadsup.h>
Include dependency graph for setcanceltype.c:

Functions

int pthread_setcanceltype (int type, int *oldtype)
 

Detailed Description

Sets the Cancelability Type of Calling Thread to value given in type.