Searched refs:cleanup_jmp_buf (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/nptl/ |
D | cleanup.c | 30 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()
|
D | cleanup_defer.c | 30 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()
|
D | descr.h | 275 struct pthread_unwind_buf *cleanup_jmp_buf; member
|
D | pthread_create.c | 424 THREAD_SETMEM (pd, cleanup_jmp_buf, &unwind_buf); in start_thread()
|
/glibc-2.36/sysdeps/nptl/ |
D | libc_start_call_main.h | 51 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()
|
D | pthreadP.h | 282 THREAD_GETMEM (self, cleanup_jmp_buf)); in libc_hidden_proto()
|
/glibc-2.36/sysdeps/sh/nptl/ |
D | tcb-offsets.sym | 8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
|
/glibc-2.36/sysdeps/i386/nptl/ |
D | tcb-offsets.sym | 8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
|
/glibc-2.36/sysdeps/x86_64/nptl/ |
D | tcb-offsets.sym | 8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 9457 (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
|