Home
last modified time | relevance | path

Searched refs:cleanup_jmp_buf (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/nptl/
Dcleanup.c30 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in ___pthread_register_cancel()
34 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel()
52 THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel()
Dcleanup_defer.c30 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in ___pthread_register_cancel_defer()
51 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel_defer()
68 THREAD_SETMEM (self, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel_restore()
Ddescr.h275 struct pthread_unwind_buf *cleanup_jmp_buf; member
Dpthread_create.c424 THREAD_SETMEM (pd, cleanup_jmp_buf, &unwind_buf); in start_thread()
/glibc-2.36/sysdeps/nptl/
Dlibc_start_call_main.h51 unwind_buf.priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __libc_start_call_main()
55 THREAD_SETMEM (self, cleanup_jmp_buf, &unwind_buf); in __libc_start_call_main()
DpthreadP.h282 THREAD_GETMEM (self, cleanup_jmp_buf)); in libc_hidden_proto()
/glibc-2.36/sysdeps/sh/nptl/
Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/glibc-2.36/sysdeps/i386/nptl/
Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/glibc-2.36/sysdeps/x86_64/nptl/
Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl9457 (struct pthread): Likewise for cleanup_jmp_buf element.
9918 (struct pthread): Add cleanup_jmp_buf pointer. Define
9927 * pthread_create.c (start_thread): Initialize cleanup_jmp_buf element