Home
last modified time | relevance | path

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

/nptl/
A 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()
A Dcleanup_defer.c26 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()
A 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()
A Ddescr.h65 struct pthread_unwind_buf struct
81 struct pthread_unwind_buf *prev; argument
277 struct pthread_unwind_buf *cleanup_jmp_buf;
A Dpthread_create.c389 struct pthread_unwind_buf unwind_buf; in start_thread()

Completed in 7 milliseconds