_pthread_setcanceltype
#define pthread_setcanceltype _pthread_setcanceltype
__strong_reference(_pthread_setcanceltype, pthread_setcanceltype);
_pthread_setcanceltype(PTHREAD_CANCEL_DEFERRED, &oldtype);
_pthread_setcanceltype(oldtype, NULL);
_pthread_setcanceltype(oldtype, NULL);