![]() |
Qt 6.x
The Qt SDK
|
#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>
Go to the source code of this file.
Functions | |
static void | qt_nanosleep (timespec amount) |
|
static |
Definition at line 494 of file qthread_unix.cpp.
References EINTR_LOOP.
Referenced by QThread::sleep().