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_unix.cpp File Reference

(b29f9542d770f56efd50f7675693f5cfbaad9278)

#include "private/qlockfile_p.h"
#include "QtCore/qtemporaryfile.h"
#include "QtCore/qfileinfo.h"
#include "QtCore/qdebug.h"
#include "QtCore/qdatetime.h"
#include "QtCore/qcache.h"
#include "QtCore/qglobalstatic.h"
#include "QtCore/qmutex.h"
#include "private/qcore_unix_p.h"
#include "private/qabstractfileengine_p.h"
#include "private/qfilesystementry_p.h"
#include "private/qtemporaryfile_p.h"
#include <sys/file.h>
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>
Include dependency graph for qlockfile_unix.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE qint64 qt_write_loop (int fd, const char *data, qint64 len)
static bool setNativeLocks (int fd)

Function Documentation

◆ qt_write_loop()

QT_BEGIN_NAMESPACE qint64 qt_write_loop ( int fd,
const char * data,
qint64 len )
static

Definition at line 56 of file qlockfile_unix.cpp.

◆ setNativeLocks()

bool setNativeLocks ( int fd)
static

Definition at line 114 of file qlockfile_unix.cpp.