Searched refs:pthread_unwind_buf (Results 1 – 9 of 9) sorted by relevance
26 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()
26 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()
44 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()
66 struct pthread_unwind_buf struct82 struct pthread_unwind_buf *prev; argument275 struct pthread_unwind_buf *cleanup_jmp_buf;
389 struct pthread_unwind_buf unwind_buf; in start_thread()
32 _Static_assert ((offsetof (struct pthread_unwind_buf, priv)34 && ((offsetof (struct pthread_unwind_buf, priv)35 + sizeof (((struct pthread_unwind_buf *) 0)->priv))
33 struct pthread_unwind_buf unwind_buf; in __libc_start_call_main()
9455 * descr.h (struct pthread_unwind_buf): Change type of prev element to9456 struct pthread_unwind_buf *.9917 * descr.h: Include <unwind.h> if necessary. Define pthread_unwind_buf.
23403 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.24679 (pthread_unwind_buf): Add saved_mask to cancel_jmp_buf.