Home
last modified time | relevance | path

Searched refs:tic_cond (Results 1 – 2 of 2) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/thread/
H A Dags_thread.h48 #define AGS_THREAD_GET_TIC_COND(obj) (&(((AgsThread *) obj)->tic_cond))
203 GCond tic_cond; member
H A Dags_thread.c474 g_cond_init(&(thread->tic_cond)); in ags_thread_init()