Home | History | Annotate | Download | only in src

Lines Matching refs:thread_started

559 int thread_started=0;
596 if (!thread_started) {
615 thread_started = window_thread!=NULL;
616 return thread_started;
638 if(thread_started && g_thread_self()!=window_thread){ g_mutex_lock( window_mutex ); } else { }
641 if(thread_started && g_thread_self()!=window_thread){ g_mutex_unlock( window_mutex); } else { }
1221 if(hg_windows==0 && thread_started){
1793 if(thread_started) g_mutex_lock(last_key_mutex);
1799 if(thread_started){
1942 if(thread_started && g_thread_self()!=window_thread){