HomeSort by relevance Sort by last modified time
    Searched defs:_IO_funlockfile (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 472 extern void _IO_funlockfile (_IO_FILE *) __THROW;
479 # define _IO_funlockfile(_fp) \
480 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
484 # define _IO_funlockfile(_fp) /**/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
libio.h 474 extern void _IO_funlockfile (_IO_FILE *) __THROW;
481 # define _IO_funlockfile(_fp) \
482 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
486 # define _IO_funlockfile(_fp) /**/

Completed in 553 milliseconds