Searched refs:_IO_USER_LOCK (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A D__fsetlocking.c26 int result = ((fp->_flags & _IO_USER_LOCK)
31 fp->_flags &= ~_IO_USER_LOCK;
33 fp->_flags |= _IO_USER_LOCK;
H A Diovsprintf.c43 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL);
H A Diovsscanf.c42 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL);
H A Diovswscanf.c44 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, 0, &wd, &_IO_wstr_jumps);
H A Diovdprintf.c44 _IO_no_init (&tmpfil.file, _IO_USER_LOCK, 0, &wd, &INTUSE(_IO_wfile_jumps));
H A Dvasprintf.c55 _IO_no_init ((_IO_FILE *) &sf._sbf, _IO_USER_LOCK, -1, NULL, NULL);
H A Dvsnprintf.c126 _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, -1, NULL, NULL);
H A Dvswprintf.c122 _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, 0, &wd, &_IO_wstrn_jumps);
H A Dlibio.h139 #define _IO_USER_LOCK 0x8000 macro
457 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_flockfile (_fp)
459 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_funlockfile (_fp)
/haiku/src/system/libroot/posix/glibc/include/
H A Dlibio.h16 if (((_fp)->_flags & _IO_USER_LOCK) == 0) \
20 if (((_fp)->_flags & _IO_USER_LOCK) == 0) \
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio-lock.h42 __libc_cleanup_region_start (((_fp)->_flags & _IO_USER_LOCK) == 0, _fct, _fp)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2152 hp->_IO_file_flags = _IO_MAGIC|_IO_NO_READS|_IO_USER_LOCK;

Completed in 50 milliseconds