Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A D_flock_stub.c65 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()
/freebsd/include/
H A Dstdio.h157 struct pthread *_fl_owner; /* current owner */ member