thorvg/src
Subhransu Mohanty c2e1583e94 common taskScheduler: fix a synchronization data race.
std mutex shouldn't be used among threads. behavior is unexpected by implmentation.

This resolves it by introducing conditional value.
2020-11-10 16:45:52 +09:00
..
bin examples: move tests to src/examples 2020-09-19 00:39:25 +09:00
bindings capi examples: Added scene API C bindings. 2020-11-10 12:13:48 +09:00
examples capi examples: Added scene API C bindings. 2020-11-10 12:13:48 +09:00
lib common taskScheduler: fix a synchronization data race. 2020-11-10 16:45:52 +09:00
loaders common taskScheduler: thread sync optmization 2020-11-09 14:36:22 +09:00
wasm thorvg viewer: fix scale problem 2020-10-15 10:19:20 +09:00
meson.build thorvg viewer: introduce thorvg viewer 2020-10-13 19:04:46 +09:00