Searched refs:QUIT_TIMEOUT (Results 1 – 5 of 5) sorted by relevance
36 #define QUIT_TIMEOUT 10 macro47 g_debug ("%d second inactivity timeout, quitting", QUIT_TIMEOUT); in on_timeout_quit()60 timeout_source = g_timeout_add_seconds (QUIT_TIMEOUT, on_timeout_quit, NULL); in start_timeout()
42 #define QUIT_TIMEOUT 30 /* 1/2 minutes worth of seconds */ macro128 shutdown_timeout = QUIT_TIMEOUT; in main()
607 #define QUIT_TIMEOUT 60 macro
115 if (gstate.now > atp->quit_time + QUIT_TIMEOUT) { in poll()1074 if (wait_for_exit(QUIT_TIMEOUT, proj)) {1078 QUIT_TIMEOUT
963 #define QUIT_TIMEOUT 10