Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dsysdep-cancel.h33 extern void __pthread_disable_asynccancel (int oldtype);
35 #define LIBC_CANCEL_RESET(oldtype) __pthread_disable_asynccancel (oldtype) argument
A Dsocketcall.h94 int oldtype = LIBC_CANCEL_ASYNC (); \
96 LIBC_CANCEL_RESET (oldtype); \
/sysdeps/htl/
A Dpt-cond-timedwait.c88 int cancelled, oldtype, drain; in __pthread_cond_timedwait_internal() local
128 oldtype = self->cancel_type; in __pthread_cond_timedwait_internal()
130 if (oldtype != PTHREAD_CANCEL_DEFERRED) in __pthread_cond_timedwait_internal()
201 self->cancel_type = oldtype; in __pthread_cond_timedwait_internal()
/sysdeps/mach/hurd/
A Dsysdep-cancel.h4 void __pthread_disable_asynccancel (int oldtype);
/sysdeps/nptl/
A DpthreadP.h524 extern int __pthread_setcanceltype (int type, int *oldtype);

Completed in 6 milliseconds