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

/freebsd-current/lib/libc/stdio/
H A D_flock_stub.c65 if (fp->_fl_owner == curthread)
73 fp->_fl_owner = curthread;
93 if (fp->_fl_owner == curthread)
100 fp->_fl_owner = curthread;
116 if (fp->_fl_owner == curthread) {
134 fp->_fl_owner = NULL;
/freebsd-current/include/
H A Dstdio.h154 struct pthread *_fl_owner; /* current owner */ member in struct:__sFILE

Completed in 172 milliseconds