Searched refs:_fl_owner (Results 1 – 2 of 2) sorted by relevance
65 if (fp->_fl_owner == curthread) in _flockfile()73 fp->_fl_owner = curthread; in _flockfile()93 if (fp->_fl_owner == curthread) in _ftrylockfile()100 fp->_fl_owner = curthread; in _ftrylockfile()116 if (fp->_fl_owner == curthread) { in _funlockfile()134 fp->_fl_owner = NULL; in _funlockfile()
157 struct pthread *_fl_owner; /* current owner */ member