Searched refs:cbuf (Results 1 – 1 of 1) sorted by relevance
27 struct _pthread_cleanup_buffer *cbuf; in __pthread_cleanup_upto() local35 for (cbuf = THREAD_GETMEM (self, cleanup); in __pthread_cleanup_upto()36 cbuf != NULL && _JMPBUF_UNWINDS_ADJ (target, cbuf, adj); in __pthread_cleanup_upto()37 cbuf = cbuf->__prev) in __pthread_cleanup_upto()40 if ((uintptr_t) cbuf - adj <= targetframe_adj) in __pthread_cleanup_upto()42 cbuf = NULL; in __pthread_cleanup_upto()46 if ((uintptr_t) cbuf - adj >= targetframe_adj) in __pthread_cleanup_upto()48 cbuf = NULL; in __pthread_cleanup_upto()56 cbuf->__routine (cbuf->__arg); in __pthread_cleanup_upto()59 THREAD_SETMEM (self, cleanup, cbuf); in __pthread_cleanup_upto()
Completed in 3 milliseconds