Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dcleanup.c31 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __pthread_register_cancel()
35 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in __pthread_register_cancel()
46 THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); in hidden_def()
A Dcleanup_defer.c31 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __pthread_register_cancel_defer()
57 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()
A Ddescr.h238 struct pthread_unwind_buf *cleanup_jmp_buf; member
A Dpthread_create.c277 THREAD_SETMEM (pd, cleanup_jmp_buf, &unwind_buf); in start_thread()
A DpthreadP.h271 THREAD_GETMEM (self, cleanup_jmp_buf)); in __do_cancel()
A DChangeLog7327 (struct pthread): Likewise for cleanup_jmp_buf element.
7788 (struct pthread): Add cleanup_jmp_buf pointer. Define
7797 * pthread_create.c (start_thread): Initialize cleanup_jmp_buf element
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/metag/
A Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/sh/
A Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/
A Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/x86_64/
A Dtcb-offsets.sym8 CLEANUP_JMP_BUF offsetof (struct pthread, cleanup_jmp_buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A D__uClibc_main.c498 unwind_buf.priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __uClibc_main()
502 THREAD_SETMEM (self, cleanup_jmp_buf, &unwind_buf); in __uClibc_main()

Completed in 22 milliseconds