Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qthread_unix.cpp File Reference

(e82b79d3824936d6cfa939a6053d3bde78af8735)

#include "qthread.h"
#include "qplatformdefs.h"
#include <private/qcoreapplication_p.h>
#include <private/qcore_unix_p.h>
#include <private/qtools_p.h>
#include "../kernel/qeventdispatcher_glib_p.h"
#include <private/qeventdispatcher_unix_p.h>
#include "qthreadstorage.h"
#include "qthread_p.h"
#include "qdebug.h"
#include <sched.h>
#include <errno.h>
+ Include dependency graph for qthread_unix.cpp:

Go to the source code of this file.

Functions

static void qt_nanosleep (timespec amount)
 

Function Documentation

◆ qt_nanosleep()

static void qt_nanosleep ( timespec amount)
static

Definition at line 503 of file qthread_unix.cpp.

References QT_EINTR_LOOP.

Referenced by QThread::sleep().

+ Here is the caller graph for this function: