Enumeration
AgsThreadFlags
Description [src]
Enum values to control the behavior or indicate internal state of AgsThread
by
enable/disable as flags.
Members
-
AGS_THREAD_UNREF_ON_EXIT
-
Call
g_object_unref()
before g_thread_exit().- Value:
1
- Available since: 7.0
- Value:
-
AGS_THREAD_IMMEDIATE_SYNC
-
Do sync immediately.
- Value:
2
- Available since: 7.0
- Value:
-
AGS_THREAD_INTERMEDIATE_PRE_SYNC
-
Intermediate pre sync to parent thread.
- Value:
4
- Available since: 7.0
- Value:
-
AGS_THREAD_INTERMEDIATE_POST_SYNC
-
Intermediate post sync to parent thread.
- Value:
8
- Available since: 7.0
- Value:
-
AGS_THREAD_START_SYNCED_FREQ
-
Sync frequency as starting thread.
- Value:
16
- Available since: 7.0
- Value:
-
AGS_THREAD_MARK_SYNCED
-
Mark thread synced.
- Value:
32
- Available since: 7.0
- Value:
-
AGS_THREAD_TIME_ACCOUNTING
-
Time accounting causes to track time.
- Value:
64
- Available since: 7.0
- Value: