Searched refs:_IO_funlockfile (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
H A Dlibio.h472 extern void _IO_funlockfile (_IO_FILE *) __THROW;
479 # define _IO_funlockfile(_fp) \ macro
480 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
484 # define _IO_funlockfile(_fp) /**/ macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dlibio.h472 extern void _IO_funlockfile (_IO_FILE *) __THROW;
479 # define _IO_funlockfile(_fp) \ macro
480 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
484 # define _IO_funlockfile(_fp) /**/ macro

Completed in 41 milliseconds