Searched refs:priv (Results 1 – 5 of 5) sorted by relevance
/nptl/ |
A D | cleanup_defer.c | 30 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in ___pthread_register_cancel_defer() 31 ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); in ___pthread_register_cancel_defer() 34 ibuf->priv.data.canceltype = THREAD_GETMEM (self, canceltype); in ___pthread_register_cancel_defer() 55 THREAD_SETMEM (self, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel_restore() 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 D | cleanup.c | 30 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in ___pthread_register_cancel() 31 ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); in ___pthread_register_cancel() 52 THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel()
|
A D | unwind.c | 69 struct _pthread_cleanup_buffer *oldp = buf->priv.data.cleanup; in unwind_stop() 144 __pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev); in libc_hidden_def()
|
A D | descr.h | 91 } priv; member
|
A D | pthread_create.c | 414 unwind_buf.priv.data.prev = NULL; in start_thread() 415 unwind_buf.priv.data.cleanup = NULL; in start_thread()
|
Completed in 7 milliseconds