Home
last modified time | relevance | path

Searched refs:oldstate (Results 1 – 3 of 3) sorted by relevance

/htl/
A Dpt-setcancelstate.c24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() argument
38 if (oldstate != NULL) in __pthread_setcancelstate()
39 *oldstate = p->cancel_state; in __pthread_setcancelstate()
A Dpt-exit.c37 int oldstate; in __pthread_exit() local
42 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &oldstate); in __pthread_exit()
49 __pthread_setcancelstate (oldstate, &oldstate); in __pthread_exit()
A Dforward.c137 FORWARD (__pthread_setcancelstate, (int state, int *oldstate),
138 (state, oldstate), 0)

Completed in 6 milliseconds