Home
last modified time | relevance | path

Searched refs:canceltype (Results 1 – 7 of 7) sorted by relevance

/nptl/
A Dcleanup_defer.c34 ibuf->priv.data.canceltype = THREAD_GETMEM (self, canceltype); in ___pthread_register_cancel_defer()
35 THREAD_SETMEM (self, canceltype, PTHREAD_CANCEL_DEFERRED); in ___pthread_register_cancel_defer()
57 THREAD_SETMEM (self, canceltype, ibuf->priv.data.canceltype); in ___pthread_unregister_cancel_restore()
58 if (ibuf->priv.data.canceltype == PTHREAD_CANCEL_ASYNCHRONOUS) in ___pthread_unregister_cancel_restore()
A Dcancellation.c34 int oldval = THREAD_GETMEM (self, canceltype); in __pthread_enable_asynccancel()
35 THREAD_SETMEM (self, canceltype, PTHREAD_CANCEL_ASYNCHRONOUS); in __pthread_enable_asynccancel()
63 self->canceltype = PTHREAD_CANCEL_DEFERRED; in libc_hidden_def()
A Dlibc-cleanup.c30 buffer->__canceltype = THREAD_GETMEM (self, canceltype); in __libc_cleanup_push_defer()
31 THREAD_SETMEM (self, canceltype, PTHREAD_CANCEL_DEFERRED); in __libc_cleanup_push_defer()
44 THREAD_SETMEM (self, canceltype, buffer->__canceltype); in libc_hidden_def()
A Dpthread_setcanceltype.c32 *oldtype = self->canceltype; in __pthread_setcanceltype()
33 self->canceltype = type; in __pthread_setcanceltype()
A Dpthread_cancel.c55 if (self->canceltype == PTHREAD_CANCEL_ASYNCHRONOUS) in sigcancel_handler()
112 && pd->canceltype == PTHREAD_CANCEL_ASYNCHRONOUS) in __pthread_cancel()
A Ddescr.h89 int canceltype; member
399 unsigned char canceltype; member
A Dallocatestack.c123 result->canceltype = PTHREAD_CANCEL_DEFERRED; in get_cached_stack()

Completed in 7 milliseconds