Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qlockfile.cpp File Reference

(e6ff1defe41c434c6f88cfc64f213f4ec8c11b39)

#include "qlockfile.h"
#include "qlockfile_p.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdeadlinetimer.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qfileinfo.h>
#include <QtCore/private/qfilesystemengine_p.h>
#include <QtCore/qrandom.h>
#include <QtCore/qthread.h>
#include <QtCore/private/quniquehandle_types_p.h>
#include <qplatformdefs.h>
Include dependency graph for qlockfile.cpp:

Go to the source code of this file.

Functions

static QString machineName ()
static std::optional< QLockFilePrivate::LockFileInfogetLockInfo (int fd)

Function Documentation

◆ getLockInfo()

std::optional< QLockFilePrivate::LockFileInfo > getLockInfo ( int fd)
static

Definition at line 514 of file qlockfile.cpp.

◆ machineName()

QString machineName ( )
static

Definition at line 30 of file qlockfile.cpp.