Home
last modified time | relevance | path

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

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