Searched refs:cbuf (Results 1 – 4 of 4) sorted by relevance
29 struct _pthread_cleanup_buffer *cbuf; in __pthread_cleanup_upto() local37 for (cbuf = THREAD_GETMEM (self, cleanup); in __pthread_cleanup_upto()38 cbuf != NULL && _JMPBUF_UNWINDS_ADJ (target, cbuf, adj); in __pthread_cleanup_upto()39 cbuf = cbuf->__prev) in __pthread_cleanup_upto()42 if ((uintptr_t) cbuf - adj <= targetframe_adj) in __pthread_cleanup_upto()44 cbuf = NULL; in __pthread_cleanup_upto()48 if ((uintptr_t) cbuf - adj >= targetframe_adj) in __pthread_cleanup_upto()50 cbuf = NULL; in __pthread_cleanup_upto()58 cbuf->__routine (cbuf->__arg); in __pthread_cleanup_upto()61 THREAD_SETMEM (self, cleanup, cbuf); in __pthread_cleanup_upto()
10 #define GET_PC(ctx) ((void *) ctx.cbuf.ctx.CurrPC)11 #define GET_FRAME(ctx) ((void *) ctx.cbuf.ctx.AX[1].U0)12 #define GET_STACK(ctx) ((void *) ctx.cbuf.ctx.AX[0].U0)
16 profil_count (sc.cbuf.ctx.CurrPC); in profil_counter()
371 char *cbuf = (char *) alloca (outlen + 256); in clntudp_call() local374 iov.iov_base = cbuf + 256; in clntudp_call()381 msg.msg_control = cbuf; in clntudp_call()385 && memcmp (cbuf + 256, cu->cu_outbuf, ret) == 0 in clntudp_call()
Completed in 18 milliseconds