]> O.S.I.I.S - jp/vkvg.git/commit
thread aware option in device, simple mutex device lock
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 27 Jan 2022 21:12:10 +0000 (22:12 +0100)
committerj-p <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:09:23 +0000 (21:09 +0100)
commit38e5aabd57bfab88732ef3b18e288a60b1f9ce7a
treeb3e8327a9bec3de633dde16164308ff5e5c315c6
parent38ac3eb1526c9282cde29549ad838ae31c932259
thread aware option in device, simple mutex device lock
18 files changed:
CMakeLists.txt
include/vkvg.h
src/cross_os.c
src/cross_os.h
src/deps/tinycthread.c [new file with mode: 0644]
src/deps/tinycthread.h [new file with mode: 0644]
src/vkvg_context.c
src/vkvg_context_internal.c
src/vkvg_device.c
src/vkvg_device_internal.c
src/vkvg_device_internal.h
src/vkvg_fonts.c
src/vkvg_internal.h
src/vkvg_surface.c
src/vkvg_surface_internal.c
src/vkvg_surface_internal.h
tests/multithreading/multithreaded.c
tests/multithreading/multithreaded2.c