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

/freebsd-9.3-release/lib/libc/stdio/
H A D_flock_stub.c63 if (fp->_fl_owner == curthread)
71 fp->_fl_owner = curthread;
91 if (fp->_fl_owner == curthread)
98 fp->_fl_owner = curthread;
114 if (fp->_fl_owner == curthread) {
132 fp->_fl_owner = NULL;
/freebsd-9.3-release/include/
H A Dstdio.h143 struct pthread *_fl_owner; /* current owner */ member in struct:__sFILE

Completed in 190 milliseconds