Searched refs:ibuf (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | cleanup_defer.c | 27 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in __pthread_register_cancel_defer() local 31 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __pthread_register_cancel_defer() 32 ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); in __pthread_register_cancel_defer() 52 ibuf->priv.data.canceltype = (cancelhandling & CANCELTYPE_BITMASK in __pthread_register_cancel_defer() 66 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in __pthread_unregister_cancel_restore() local 68 THREAD_SETMEM (self, cleanup_jmp_buf, ibuf->priv.data.prev); in __pthread_unregister_cancel_restore() 71 if (ibuf->priv.data.canceltype != PTHREAD_CANCEL_DEFERRED in __pthread_unregister_cancel_restore()
|
A D | cleanup.c | 27 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in __pthread_register_cancel() local 31 ibuf->priv.data.prev = THREAD_GETMEM (self, cleanup_jmp_buf); in __pthread_register_cancel() 32 ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); in __pthread_register_cancel() 44 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in hidden_def() local 46 THREAD_SETMEM (THREAD_SELF, cleanup_jmp_buf, ibuf->priv.data.prev); in hidden_def()
|
A D | unwind.c | 124 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in __cleanup_fct_attribute() local 133 _Unwind_ForcedUnwind (&self->exc, unwind_stop, ibuf); in __cleanup_fct_attribute() 138 struct _pthread_cleanup_buffer *oldp = ibuf->priv.data.cleanup; in __cleanup_fct_attribute() 161 __libc_unwind_longjmp ((struct __jmp_buf_tag *) ibuf->cancel_jmp_buf, 1); in __cleanup_fct_attribute() 175 struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; in hidden_def() local 177 __pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev); in hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/ |
A D | iconv.c | 151 char ibuf[IBUF]; in main() local 230 while ((r = fread(ibuf + ni, 1, IBUF - ni, ifile)) > 0) { in main() 234 pi = ibuf; in main() 247 memmove(ibuf, pi, ni); in main()
|
Completed in 4 milliseconds