Searched refs:thread_default_timeout (Results 1 – 1 of 1) sorted by relevance
146 GSource *thread_default_timeout; in test_context_independence() local160 thread_default_timeout = g_timeout_source_new_seconds (2); in test_context_independence()161 g_source_set_callback (thread_default_timeout, test2_fail, NULL, NULL); in test_context_independence()162 g_source_attach (thread_default_timeout, context); in test_context_independence()172 g_source_destroy (thread_default_timeout); in test_context_independence()173 g_source_unref (thread_default_timeout); in test_context_independence()