![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qthread.h"
#include "qthread_p.h"
#include <private/qcoreapplication_p.h>
#include <private/qcore_unix_p.h>
#include "qdebug.h"
#include "qloggingcategory.h"
#include "qthreadstorage.h"
#include <private/qtools_p.h>
#include <private/qeventdispatcher_unix_p.h>
#include <private/qeventdispatcher_glib_p.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 616 of file qthread_unix.cpp.