Home
last modified time | relevance | path

Searched refs:_IO_FLAGS2_NEED_LOCK (Results 1 – 5 of 5) sorted by relevance

/libio/
A Dlibio.h91 #define _IO_FLAGS2_NEED_LOCK 128 macro
213 (((_fp)->_flags2 & _IO_FLAGS2_NEED_LOCK) != 0)
A Dmemstream.c100 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in __open_memstream()
A Dwmemstream.c102 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in open_wmemstream()
A Diofopncook.c165 cfile->__fp.file._flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_cookie_init()
A Dgenops.c525 _IO_iter_file (i)->_flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_enable_locks()
535 fp->_flags2 |= _IO_FLAGS2_NEED_LOCK; in libc_hidden_def()

Completed in 11 milliseconds