Searched refs:_IO_FLAGS2_NEED_LOCK (Results 1 – 5 of 5) sorted by relevance
91 #define _IO_FLAGS2_NEED_LOCK 128 macro213 (((_fp)->_flags2 & _IO_FLAGS2_NEED_LOCK) != 0)
100 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in __open_memstream()
102 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in open_wmemstream()
165 cfile->__fp.file._flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_cookie_init()
525 _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