Searched refs:oldstate (Results 1 – 3 of 3) sorted by relevance
24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() argument38 if (oldstate != NULL) in __pthread_setcancelstate()39 *oldstate = p->cancel_state; in __pthread_setcancelstate()
37 int oldstate; in __pthread_exit() local42 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &oldstate); in __pthread_exit()49 __pthread_setcancelstate (oldstate, &oldstate); in __pthread_exit()
137 FORWARD (__pthread_setcancelstate, (int state, int *oldstate),138 (state, oldstate), 0)
Completed in 6 milliseconds