Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h390 #define __PUTC_UNLOCKED(__c, __stream) (__fputc_unlocked)((__c),(__stream)) macro
467 # undef __PUTC_UNLOCKED
468 # define __PUTC_UNLOCKED(__c, __stream) \
485 # undef __PUTC_UNLOCKED
486 # define __PUTC_UNLOCKED(__c, __stream) __FPUTC_UNLOCKED((__c), (__stream)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h907 #define putc_unlocked(_ch, _fp) __PUTC_UNLOCKED(_ch, _fp)
920 #define putchar_unlocked(_ch) __PUTC_UNLOCKED((_ch), __stdout)

Completed in 5 milliseconds