Home
last modified time | relevance | path

Searched refs:__non_atomic_exchange_ungetc (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dexchange.c43 return __non_atomic_exchange_ungetc(p, v); in __picolibc_non_atomic_exchange_ungetc()
Dstdio_private.h649 __non_atomic_exchange_ungetc(__ungetc_t *p, __ungetc_t v) in __non_atomic_exchange_ungetc() function
732 #define __atomic_exchange_ungetc(p,v) __non_atomic_exchange_ungetc(p,v)