Searched refs:oldType (Results 1 – 2 of 2) sorted by relevance
628 int pthread_setcanceltype(int type, int *oldType) in pthread_setcanceltype() argument643 if (oldType != NULL) { in pthread_setcanceltype()644 *oldType = self->canceltype; in pthread_setcanceltype()
334 int pthread_setcanceltype(int type, int *oldType) in pthread_setcanceltype() argument358 if (oldType != NULL) { in pthread_setcanceltype()359 *oldType = pthreadData->cancelType; in pthread_setcanceltype()