Home
last modified time | relevance | path

Searched defs:oldtype (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/htl/
Dcancellation.c26 int oldtype; in __pthread_enable_asynccancel() local
38 void __pthread_disable_asynccancel (int oldtype) in __pthread_disable_asynccancel()
Dpt-setcanceltype.c24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsysdep-cancel.h35 #define LIBC_CANCEL_RESET(oldtype) __pthread_disable_asynccancel (oldtype) argument
/glibc-2.36/nptl/
Dpthread_setcanceltype.c24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype()
/glibc-2.36/sysdeps/htl/
Dpt-cond-timedwait.c88 int cancelled, oldtype, drain; in __pthread_cond_timedwait_internal() local