Searched refs:oldtype (Results 1 – 2 of 2) sorted by relevance
440 int pthread_setcanceltype(int type, int *oldtype);
760 int pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() argument777 if (oldtype != NULL) { in pthread_setcanceltype()778 *oldtype = t->attr.canceltype; in pthread_setcanceltype()