evas - async preload - stop hang when missing wakeup of preload data
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 20 Dec 2016 13:35:56 +0000 (22:35 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Tue, 20 Dec 2016 13:38:21 +0000 (22:38 +0900)
this isn't pretty and i think some stuff needs a redesign... but...
this should fix T5025

@fix

src/lib/evas/cache/evas_cache_image.c

index 9cf9e97..699a2df 100644 (file)
@@ -394,6 +394,7 @@ _evas_cache_image_async_heavy(void *data)
 
    LKL(wakeup);
    current->flags.preload_pending = 0;
+   eina_condition_broadcast(&cond_wakeup);
    LKU(wakeup);
 }