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