Lines Matching refs:FileLock
101 class FileLock {
105 explicit FileLock(File *f) : file(f) { file->lock(); } in FileLock() function
107 ~FileLock() { file->unlock(); } in ~FileLock()
109 FileLock(const FileLock &) = delete;
110 FileLock(FileLock &&) = delete;
166 FileLock l(this); in write()
175 FileLock l(this); in read()
184 FileLock lock(this); in flush()
204 FileLock l(this); in error()
211 FileLock l(this); in clearerr()
218 FileLock l(this); in iseof()