Home
last modified time | relevance | path

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

/libpthread/nptl/
A Dpthread_setcanceltype.c28 int *oldtype) in __pthread_setcanceltype()
A Dpthread_join.c63 int oldtype = CANCEL_ASYNC (); in pthread_join() local
A Dpthread_timedjoin.c77 int oldtype = CANCEL_ASYNC (); in pthread_timedjoin_np() local
A Dcancellation.c64 __pthread_disable_asynccancel (int oldtype) in __pthread_disable_asynccancel()
A DpthreadP.h279 #define CANCEL_RESET(oldtype) \ argument
289 # define LIBC_CANCEL_RESET(oldtype) \ argument
A Dpthread_create.c274 int oldtype = CANCEL_ASYNC (); in start_thread() local
/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dsem_wait.c55 int oldtype = __pthread_enable_asynccancel (); in sem_wait() local
A Dsem_timedwait.c83 int oldtype = __pthread_enable_asynccancel (); in sem_timedwait() local
A Dtimer_routines.c89 int oldtype = LIBC_CANCEL_ASYNC (); in timer_helper_thread() local
/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/
A Dsem_wait.c79 int oldtype = __pthread_enable_asynccancel (); in sem_wait() local
A Dsem_timedwait.c102 int oldtype = __pthread_enable_asynccancel (); in sem_timedwait() local
/libpthread/nptl/sysdeps/pthread/
A Dpthread_cond_wait.c29 int oldtype; member
A Dpthread_cond_timedwait.c34 int oldtype; member

Completed in 20 milliseconds