Searched refs:cleanup_jmp_buf (Results 1 – 4 of 4) sorted by relevance
/nptl/ |
A 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()
|
A D | cleanup_defer.c | 30 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 D | descr.h | 277 struct pthread_unwind_buf *cleanup_jmp_buf; member
|
A D | pthread_create.c | 424 THREAD_SETMEM (pd, cleanup_jmp_buf, &unwind_buf); in start_thread()
|
Completed in 7 milliseconds