Home
last modified time | relevance | path

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

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/cache/
H A Ddzl-task-cache.c73 GSource *evict_source; member
127 g_assert (evict_source != NULL); in evict_source_rearm()
129 if (evict_source->heap->len > 0) in evict_source_rearm()
299 if (self->evict_source != NULL) in dzl_task_cache_evict_full()
330 if (self->evict_source != NULL) in dzl_task_cache_evict_all()
407 if (self->evict_source != NULL) in dzl_task_cache_populate()
694 EvictSource *evict_source; in dzl_task_cache_install_evict_source() local
705 evict_source = (EvictSource *)source; in dzl_task_cache_install_evict_source()
708 self->evict_source = source; in dzl_task_cache_install_evict_source()
780 self->evict_source = NULL; in dzl_task_cache_dispose()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtktextlinedisplaycache.c38 GSource *evict_source; member
101 g_clear_pointer (&cache->evict_source, g_source_destroy); in gtk_text_line_display_cache_free()
118 cache->evict_source = NULL; in gtk_text_line_display_cache_blow_cb()
130 if (cache->evict_source != NULL) in gtk_text_line_display_cache_delay_eviction()
135 g_source_set_ready_time (cache->evict_source, deadline); in gtk_text_line_display_cache_delay_eviction()
144 cache->evict_source = g_main_context_find_source_by_id (NULL, tag); in gtk_text_line_display_cache_delay_eviction()
145 g_source_set_static_name (cache->evict_source, "[gtk+] gtk_text_line_display_cache_blow_cb"); in gtk_text_line_display_cache_delay_eviction()