Home
last modified time | relevance | path

Searched refs:pthread_unwind_buf (Results 1 – 9 of 9) sorted by relevance

/glibc-2.36/nptl/
Dcleanup.c26 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in ___pthread_register_cancel()
34 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel()
50 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in ___pthread_unregister_cancel()
Dcleanup_defer.c26 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in ___pthread_register_cancel_defer()
51 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel_defer()
66 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in ___pthread_unregister_cancel_restore()
Dunwind.c44 struct pthread_unwind_buf *buf = stop_parameter; in unwind_stop()
122 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in __cleanup_fct_attribute()
142 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in libc_hidden_def()
Ddescr.h66 struct pthread_unwind_buf struct
82 struct pthread_unwind_buf *prev; argument
275 struct pthread_unwind_buf *cleanup_jmp_buf;
Dpthread_create.c389 struct pthread_unwind_buf unwind_buf; in start_thread()
/glibc-2.36/sysdeps/unix/sysv/linux/x86/
Dlongjmp.c32 _Static_assert ((offsetof (struct pthread_unwind_buf, priv)
34 && ((offsetof (struct pthread_unwind_buf, priv)
35 + sizeof (((struct pthread_unwind_buf *) 0)->priv))
/glibc-2.36/sysdeps/nptl/
Dlibc_start_call_main.h33 struct pthread_unwind_buf unwind_buf; in __libc_start_call_main()
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl9455 * descr.h (struct pthread_unwind_buf): Change type of prev element to
9456 struct pthread_unwind_buf *.
9917 * descr.h: Include <unwind.h> if necessary. Define pthread_unwind_buf.
DChangeLog.1923403 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.
24679 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.