Home
last modified time | relevance | path

Searched refs:__pthread_setcancelstate (Results 1 – 4 of 4) sorted by relevance

/htl/
A Dpt-setcancelstate.c24 __pthread_setcancelstate (int state, int *oldstate) in __pthread_setcancelstate() function
46 weak_alias (__pthread_setcancelstate, pthread_setcancelstate);
A Dpt-exit.c42 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &oldstate); in __pthread_exit()
49 __pthread_setcancelstate (oldstate, &oldstate); in __pthread_exit()
A Dpt-initialize.c60 .ptr___pthread_setcancelstate = __pthread_setcancelstate,
A Dforward.c137 FORWARD (__pthread_setcancelstate, (int state, int *oldstate),
139 strong_alias (__pthread_setcancelstate, pthread_setcancelstate);

Completed in 11 milliseconds