reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 s_flock.l_type = F_WRLCK;
tools/lldb/source/Host/posix/LockFilePosix.cpp45 return fileLock(m_fd, F_SETLKW, F_WRLCK, start, len); 49 return fileLock(m_fd, F_SETLK, F_WRLCK, start, len);