Home
last modified time | relevance | path

Searched refs:dispatched_timeouts (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-timeout-pool.c71 GList *dispatched_timeouts; member
260 GList *dispatched_timeouts; in clutter_timeout_pool_dispatch() local
300 if (pool->dispatched_timeouts) in clutter_timeout_pool_dispatch()
301 pool->dispatched_timeouts->prev = l; in clutter_timeout_pool_dispatch()
305 pool->dispatched_timeouts = l; in clutter_timeout_pool_dispatch()
318 pool->dispatched_timeouts = in clutter_timeout_pool_dispatch()
331 dispatched_timeouts = pool->dispatched_timeouts; in clutter_timeout_pool_dispatch()
332 while (dispatched_timeouts) in clutter_timeout_pool_dispatch()
341 dispatched_timeouts = next; in clutter_timeout_pool_dispatch()
345 pool->dispatched_timeouts = NULL; in clutter_timeout_pool_dispatch()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-timeout-pool.c71 GList *dispatched_timeouts; member
260 GList *dispatched_timeouts; in clutter_timeout_pool_dispatch() local
300 if (pool->dispatched_timeouts) in clutter_timeout_pool_dispatch()
301 pool->dispatched_timeouts->prev = l; in clutter_timeout_pool_dispatch()
305 pool->dispatched_timeouts = l; in clutter_timeout_pool_dispatch()
318 pool->dispatched_timeouts = in clutter_timeout_pool_dispatch()
331 dispatched_timeouts = pool->dispatched_timeouts; in clutter_timeout_pool_dispatch()
332 while (dispatched_timeouts) in clutter_timeout_pool_dispatch()
341 dispatched_timeouts = next; in clutter_timeout_pool_dispatch()
345 pool->dispatched_timeouts = NULL; in clutter_timeout_pool_dispatch()
[all …]
/dports/deskutils/notify-osd/notify-osd-0.9.34/egg/
H A Degg-timeout-pool.c67 GList *timeouts, *dispatched_timeouts; member
306 GList *dispatched_timeouts; in egg_timeout_pool_dispatch() local
346 if (pool->dispatched_timeouts) in egg_timeout_pool_dispatch()
347 pool->dispatched_timeouts->prev = l; in egg_timeout_pool_dispatch()
351 pool->dispatched_timeouts = l; in egg_timeout_pool_dispatch()
363 pool->dispatched_timeouts = in egg_timeout_pool_dispatch()
376 dispatched_timeouts = pool->dispatched_timeouts; in egg_timeout_pool_dispatch()
377 while (dispatched_timeouts) in egg_timeout_pool_dispatch()
386 dispatched_timeouts = next; in egg_timeout_pool_dispatch()
390 pool->dispatched_timeouts = NULL; in egg_timeout_pool_dispatch()
[all …]