Enumeration

AgsThreadFlags

Declaration

flags Ags.ThreadFlags

Description [src]

Enum values to control the behavior or indicate internal state of AgsThread by enable/disable as flags.

Members

Name Description
AGS_THREAD_UNREF_ON_EXIT

Call g_object_unref() before g_thread_exit()

AGS_THREAD_IMMEDIATE_SYNC

Do sync immediately.

AGS_THREAD_INTERMEDIATE_PRE_SYNC

Intermediate pre sync to parent thread.

AGS_THREAD_INTERMEDIATE_POST_SYNC

Intermediate post sync to parent thread.

AGS_THREAD_START_SYNCED_FREQ

Sync frequency as starting thread.

AGS_THREAD_MARK_SYNCED

Mark thread synced.

AGS_THREAD_TIME_ACCOUNTING

Time accounting causes to track time.