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