(931733f58d69465df2e3554ba95f1635aa5c2aa4)
#include "qioseventdispatcher.h"
#include "qiosapplicationdelegate.h"
#include "qiosglobal.h"
#include <QtCore/qprocessordetection.h>
#include <QtCore/private/qcoreapplication_p.h>
#include <QtCore/private/qsystemerror_p.h>
#include <QtCore/private/qthread_p.h>
#include <qpa/qwindowsysteminterface.h>
import <Foundation/NSArray.h>
import <Foundation/NSString.h>
import <Foundation/NSProcessInfo.h>
import <Foundation/NSThread.h>
import <Foundation/NSNotification.h>
import <UIKit/UIApplication.h>
#include <setjmp.h>
#include <sys/mman.h>
Go to the source code of this file.
|
| enum | SetJumpResult {
kJumpPointSetSuccessfully = 0
, kJumpedFromEventDispatcherProcessEvents
, kJumpedFromEventLoopExecInterrupt
, kJumpedFromUserMainTrampoline
,
kJumpPointSetSuccessfully = 0
, kJumpedFromEventDispatcherProcessEvents
, kJumpedFromEventLoopExecInterrupt
, kJumpedFromUserMainTrampoline
} |
| enum | SetJumpResult {
kJumpPointSetSuccessfully = 0
, kJumpedFromEventDispatcherProcessEvents
, kJumpedFromEventLoopExecInterrupt
, kJumpedFromUserMainTrampoline
,
kJumpPointSetSuccessfully = 0
, kJumpedFromEventDispatcherProcessEvents
, kJumpedFromEventLoopExecInterrupt
, kJumpedFromUserMainTrampoline
} |
◆ qAlignDown
| #define qAlignDown |
( |
| val, |
|
|
| align ) |
◆ qAlignUp
| #define qAlignUp |
( |
| val, |
|
|
| align ) |
◆ SetJumpResult [1/2]
| Enumerator |
|---|
| kJumpPointSetSuccessfully | |
| kJumpedFromEventDispatcherProcessEvents | |
| kJumpedFromEventLoopExecInterrupt | |
| kJumpedFromUserMainTrampoline | |
| kJumpPointSetSuccessfully | |
| kJumpedFromEventDispatcherProcessEvents | |
| kJumpedFromEventLoopExecInterrupt | |
| kJumpedFromUserMainTrampoline | |
Definition at line 266 of file qioseventdispatcher.mm.
◆ SetJumpResult [2/2]
| Enumerator |
|---|
| kJumpPointSetSuccessfully | |
| kJumpedFromEventDispatcherProcessEvents | |
| kJumpedFromEventLoopExecInterrupt | |
| kJumpedFromUserMainTrampoline | |
| kJumpPointSetSuccessfully | |
| kJumpedFromEventDispatcherProcessEvents | |
| kJumpedFromEventLoopExecInterrupt | |
| kJumpedFromUserMainTrampoline | |
Definition at line 266 of file qioseventdispatcher.mm.
◆ __attribute__() [1/2]
| void __attribute__ |
( |
(noinline, noreturn) | | ) |
|
|
static |
◆ __attribute__() [2/2]
| bool __attribute__ |
( |
(returns_twice) | | ) |
|
◆ qt_main_wrapper()
| int qt_main_wrapper |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ rootLevelRunLoopIntegration()
| bool rootLevelRunLoopIntegration |
( |
| ) |
|
|
static |
◆ kApplicationWillTerminateExitCode
| const char kApplicationWillTerminateExitCode = char(SIGTERM | 0x80) |
|
static |
◆ kBytesPerKiloByte
| const size_t kBytesPerKiloByte = 1024 |
|
static |
◆ kPageSize
| const long kPageSize = sysconf(_SC_PAGESIZE) |
|
static |