Searched refs:__pthread_setcancelstate (Results 1 – 4 of 4) sorted by relevance
24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() function46 weak_alias (__pthread_setcancelstate, pthread_setcancelstate);
42 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &oldstate); in __pthread_exit()49 __pthread_setcancelstate (oldstate, &oldstate); in __pthread_exit()
60 .ptr___pthread_setcancelstate = __pthread_setcancelstate,
137 FORWARD (__pthread_setcancelstate, (int state, int *oldstate),139 strong_alias (__pthread_setcancelstate, pthread_setcancelstate);
Completed in 11 milliseconds