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

/freebsd-10-stable/lib/libc/stdio/
H A D_flock_stub.c66 if (fp->_fl_owner == curthread)
74 fp->_fl_owner = curthread;
94 if (fp->_fl_owner == curthread)
101 fp->_fl_owner = curthread;
117 if (fp->_fl_owner == curthread) {
135 fp->_fl_owner = NULL;
/freebsd-10-stable/include/
H A Dstdio.h143 struct pthread *_fl_owner; /* current owner */ member in struct:__sFILE

Completed in 41 milliseconds