Searched refs:pthread_unwind_buf (Results 1 – 5 of 5) 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()38 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel_defer()53 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()
65 struct pthread_unwind_buf struct81 struct pthread_unwind_buf *prev; argument277 struct pthread_unwind_buf *cleanup_jmp_buf;
389 struct pthread_unwind_buf unwind_buf; in start_thread()
Completed in 7 milliseconds