Home | History | Annotate | Download | only in src

Lines Matching defs:expired

1943         gboolean expired;
1951 expired = !g_cond_timed_wait(cond_have_key, last_key_mutex, &timer);
1955 expired=false;
1959 if(expired || hg_windows==0){
1966 int expired = 0;
1969 timer = g_timeout_add( delay, icvAlarm, &expired );
1971 while( gtk_main_iteration_do(TRUE) && last_key < 0 && !expired && hg_windows != 0 )
1974 if( delay > 0 && !expired )