Searched refs:oldstate (Results 1 – 2 of 2) sorted by relevance
439 int pthread_setcancelstate(int state, int *oldstate);
717 int pthread_setcancelstate(int state, int *oldstate) in pthread_setcancelstate() argument736 if (oldstate != NULL) { in pthread_setcancelstate()737 *oldstate = t->attr.cancelstate; in pthread_setcancelstate()