Searched refs:oldstate (Results 1 – 1 of 1) sorted by relevance
24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() argument33 if (oldstate != NULL) in __pthread_setcancelstate()34 *oldstate = self->cancelstate; in __pthread_setcancelstate()
Completed in 3 milliseconds