(313846bb49852402b386a37b8062100e6b801135)
#include <QtCore/qprocessordetection.h>
#include <QtCore/qminmax.h>
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
#include <QtCore/qdir.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/private/qcoreapplication_p.h>
#include <QtCore/private/qsystemerror_p.h>
#include <QtCore/private/qthread_p.h>
#include <QtCore/private/qcore_mac_p.h>
#include <QtCore/private/qiosrunloopintegration_p.h>
#include <QtCore/private/qeventdispatcher_cf_p.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>
import <UIKit/UISceneSession.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 293 of file qtentrypoint_ios.mm.
◆ SetJumpResult [2/2]
| Enumerator |
|---|
| kJumpPointSetSuccessfully | |
| kJumpedFromEventDispatcherProcessEvents | |
| kJumpedFromEventLoopExecInterrupt | |
| kJumpedFromUserMainTrampoline | |
| kJumpPointSetSuccessfully | |
| kJumpedFromEventDispatcherProcessEvents | |
| kJumpedFromEventLoopExecInterrupt | |
| kJumpedFromUserMainTrampoline | |
Definition at line 293 of file qtentrypoint_ios.mm.
◆ __attribute__()
| void __attribute__ |
( |
(noinline, noreturn) | | ) |
|
|
static |
◆ infoPlistValue()
| int infoPlistValue |
( |
NSString * | key, |
|
|
int | defaultValue ) |
|
static |
◆ qt_main_wrapper()
| int qt_main_wrapper |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ registerApplicationLifecycleCallbacks()
| void registerApplicationLifecycleCallbacks |
( |
| ) |
|
◆ kBytesPerKiloByte
| const size_t kBytesPerKiloByte = 1024 |
|
static |
◆ kPageSize
| const long kPageSize = sysconf(_SC_PAGESIZE) |
|
static |