Searched refs:curp (Results 1 – 1 of 1) sorted by relevance
46 struct _pthread_cleanup_buffer *curp = THREAD_GETMEM (self, cleanup); in unwind_stop() local64 if (__glibc_unlikely (curp != NULL)) in unwind_stop()72 if (curp != oldp && (do_longjump || FRAME_LEFT (cfa, curp, adj))) in unwind_stop()77 struct _pthread_cleanup_buffer *nextp = curp->__prev; in unwind_stop()80 curp->__routine (curp->__arg); in unwind_stop()83 curp = nextp; in unwind_stop()85 while (curp != oldp in unwind_stop()86 && (do_longjump || FRAME_LEFT (cfa, curp, adj))); in unwind_stop()89 THREAD_SETMEM (self, cleanup, curp); in unwind_stop()
Completed in 3 milliseconds