Searched refs:oldtype (Results 1 – 2 of 2) sorted by relevance
1362 int pthread_setcanceltype(int type, int *oldtype) in pthread_setcanceltype() argument1375 if (oldtype) in pthread_setcanceltype()1376 *oldtype = ptd->canceltype; in pthread_setcanceltype()
200 int pthread_setcanceltype(int type, int *oldtype);
Completed in 5 milliseconds