Home
last modified time | relevance | path

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

/nptl/
A 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()
A Dcleanup_defer.c30 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in ___pthread_register_cancel_defer()
38 THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); in ___pthread_register_cancel_defer()
55 THREAD_SETMEM (self, cleanup_jmp_buf, ibuf->priv.data.prev); in ___pthread_unregister_cancel_restore()
A Ddescr.h277 struct pthread_unwind_buf *cleanup_jmp_buf; member
A Dpthread_create.c424 THREAD_SETMEM (pd, cleanup_jmp_buf, &unwind_buf); in start_thread()

Completed in 7 milliseconds