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

/freebsd-9.3-release/lib/libc/stdio/
H A D_flock_stub.c64 fp->_fl_count++;
72 fp->_fl_count = 1;
92 fp->_fl_count++;
99 fp->_fl_count = 1;
119 if (fp->_fl_count > 1)
125 fp->_fl_count--;
131 fp->_fl_count = 0;
/freebsd-9.3-release/include/
H A Dstdio.h144 int _fl_count; /* recursive lock count */ member in struct:__sFILE

Completed in 57 milliseconds