Searched refs:_IO_USER_LOCK (Results 1 – 12 of 12) sorted by relevance
/libio/ |
A D | __fsetlocking.c | 25 int result = ((fp->_flags & _IO_USER_LOCK) in __fsetlocking() 30 fp->_flags &= ~_IO_USER_LOCK; in __fsetlocking() 32 fp->_flags |= _IO_USER_LOCK; in __fsetlocking()
|
A D | strfile.h | 93 _IO_no_init (&sf->_sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in _IO_strfile_read() 107 _IO_no_init (&sf->_sbf._f, _IO_USER_LOCK, 0, wd, &_IO_wstr_jumps); in _IO_strfile_readw()
|
A D | iovdprintf.c | 41 _IO_no_init (&tmpfil.file, _IO_USER_LOCK, 0, &wd, &_IO_wfile_jumps); in __vdprintf_internal()
|
A D | libio.h | 83 #define _IO_USER_LOCK 0x8000 macro 283 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_lock_lock (*(_fp)->_lock) 285 if (((_fp)->_flags & _IO_USER_LOCK) == 0) _IO_lock_unlock (*(_fp)->_lock)
|
A D | iovsprintf.c | 79 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in __vsprintf_internal()
|
A D | vasprintf.c | 51 _IO_no_init (&sf._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in __vasprintf_internal()
|
A D | vsnprintf.c | 110 _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in __vsnprintf_internal()
|
A D | vswprintf.c | 107 _IO_no_init (&sf.f._sbf._f, _IO_USER_LOCK, 0, &wd, &_IO_wstrn_jumps); in __vswprintf_internal()
|
A D | obprintf.c | 134 _IO_no_init (&new_f.ofile.file.file, _IO_USER_LOCK, -1, NULL, NULL); in __obstack_vprintf_internal()
|
A D | tst-vtables-common.c | 335 .f._flags = _IO_USER_LOCK, in my_file_create()
|
A D | libioP.h | 883 if ((fp->_flags & _IO_USER_LOCK) == 0) in _IO_acquire_lock_fct()
|
/libio/bits/types/ |
A D | struct_FILE.h | 117 #define _IO_USER_LOCK 0x8000 macro
|
Completed in 22 milliseconds