Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpt-cleanup.c29 struct _pthread_cleanup_buffer *cbuf; in __pthread_cleanup_upto() local
37 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/bits/
A Dsigcontextinfo.h10 #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)
A Dprofil-counter.h16 profil_count (sc.cbuf.ctx.CurrPC); in profil_counter()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_udp.c371 char *cbuf = (char *) alloca (outlen + 256); in clntudp_call() local
374 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