Home
last modified time | relevance | path

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

/dports/graphics/nip2/nip2-8.7.1/src/
H A Dheap.c253 IM_FREEF( g_source_remove, heap->gc_tid ); in heap_dispose()
405 heap->gc_tid = 0; in heap_init()
711 heap->gc_tid = 0; in heap_gc_request_cb()
726 IM_FREEF( g_source_remove, heap->gc_tid ); in heap_gc_request()
727 heap->gc_tid = g_timeout_add( 1000, in heap_gc_request()
H A Dheap.h320 guint gc_tid; /* id of gc delay timer */ member