Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
org.qtproject.qt.android.QtThread Class Reference
+ Collaboration diagram for org.qtproject.qt.android.QtThread:

Public Member Functions

void post (final Runnable runnable)
 
void run (final Runnable runnable)
 
void exit ()
 

Detailed Description

Definition at line 9 of file QtThread.java.

Member Function Documentation

◆ exit()

void org.qtproject.qt.android.QtThread.exit ( )
inline

Definition at line 64 of file QtThread.java.

References e.

Referenced by org.qtproject.qt.android.QtActivityDelegate.onDestroy(), org.qtproject.qt.android.QtServiceDelegate.onDestroy(), and org.qtproject.qt.android.QtActivityDelegate.onTerminate().

+ Here is the caller graph for this function:

◆ post()

void org.qtproject.qt.android.QtThread.post ( final Runnable  runnable)
inline

Definition at line 38 of file QtThread.java.

Referenced by org.qtproject.qt.android.QtNative.startApplication().

+ Here is the caller graph for this function:

◆ run()

void org.qtproject.qt.android.QtThread.run ( final Runnable  runnable)
inline

Definition at line 45 of file QtThread.java.

References QSemaphore.acquire(), e, QSemaphore.release(), org.qtproject.qt.android.QtThread.run(), and sem.

Referenced by org.qtproject.qt.android.QtNative.loadBundledLibraries(), org.qtproject.qt.android.QtNative.loadMainLibrary(), org.qtproject.qt.android.QtNative.loadQtLibraries(), org.qtproject.qt.android.QtThread.run(), and org.qtproject.qt.android.QtNative.startApplication().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: