Searched refs:__pthread_unwind_buf_t (Results 1 – 8 of 8) sorted by relevance
6 UNWINDBUFSIZE sizeof (__pthread_unwind_buf_t)7 UWJMPBUF offsetof (__pthread_unwind_buf_t, __cancel_jmp_buf)
25 __pthread_register_cancel (__pthread_unwind_buf_t *buf) in __pthread_register_cancel()42 __pthread_unregister_cancel (__pthread_unwind_buf_t *buf) in hidden_def()
122 __pthread_unwind (__pthread_unwind_buf_t *buf) in __cleanup_fct_attribute()173 __pthread_unwind_next (__pthread_unwind_buf_t *buf) in hidden_def()177 __pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev); in hidden_def()
25 __pthread_register_cancel_defer (__pthread_unwind_buf_t *buf) in __pthread_register_cancel_defer()63 __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *buf) in __pthread_unregister_cancel_restore()
232 extern void __pthread_unwind (__pthread_unwind_buf_t *__buf)238 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)244 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf)246 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)270 __pthread_unwind ((__pthread_unwind_buf_t *) in __do_cancel()
159 (__pthread_unwind_buf_t *buf), (buf), {
507 } __pthread_unwind_buf_t __attribute__ ((__aligned__)); typedef643 __pthread_unwind_buf_t __cancel_buf; \657 extern void __pthread_register_cancel (__pthread_unwind_buf_t *__buf)669 extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *__buf)678 __pthread_unwind_buf_t __cancel_buf; \692 extern void __pthread_register_cancel_defer (__pthread_unwind_buf_t *__buf)705 extern void __pthread_unregister_cancel_restore (__pthread_unwind_buf_t *__buf)710 extern void __pthread_unwind_next (__pthread_unwind_buf_t *__buf)
94 void (*ptr___pthread_unwind) (__pthread_unwind_buf_t *)
Completed in 15 milliseconds