Searched refs:_fl_owner (Results 1 – 2 of 2) sorted by relevance
66 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()
143 struct pthread *_fl_owner; /* current owner */ member