Home
last modified time | relevance | path

Searched refs:_fl_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdio/
H A D_flock_stub.c66 fp->_fl_count++; in _flockfile()
74 fp->_fl_count = 1; in _flockfile()
94 fp->_fl_count++; in _ftrylockfile()
101 fp->_fl_count = 1; in _ftrylockfile()
121 if (fp->_fl_count > 1) in _funlockfile()
127 fp->_fl_count--; in _funlockfile()
133 fp->_fl_count = 0; in _funlockfile()
/freebsd/include/
H A Dstdio.h158 int _fl_count; /* recursive lock count */ member