rtengine/src/runtime
Kevin Trogant 1a4a2109ca feat: async io for windows
Submit async-io to the OS.
Next step is replacing all FIO calls with async-io and removing the old
code.
2023-11-22 14:25:37 +01:00
..
aio.c feat: async io for windows 2023-11-22 14:25:37 +01:00
aio.h feat: async io for windows 2023-11-22 14:25:37 +01:00
app.c feat: async io for windows 2023-11-22 14:25:37 +01:00
app.h various updates 2023-11-22 11:23:52 +01:00
config.c ref, feat: Restructure 2023-10-17 00:54:51 +02:00
config.h ref, feat: Restructure 2023-10-17 00:54:51 +02:00
dynamic_libs.c ref, feat: Restructure 2023-10-17 00:54:51 +02:00
dynamic_libs.h various updates 2023-11-22 11:23:52 +01:00
error_report.c ref, feat: Restructure 2023-10-17 00:54:51 +02:00
file_tab.c feat: async io for windows 2023-11-22 14:25:37 +01:00
file_tab.h feat: async io for windows 2023-11-22 14:25:37 +01:00
fio.c feat: async io for windows 2023-11-22 14:25:37 +01:00
fio.h feat: async io for windows 2023-11-22 14:25:37 +01:00
gfx_main.c various updates 2023-11-22 11:23:52 +01:00
gfx_shader_loading.c various updates 2023-11-22 11:23:52 +01:00
gfx.h various updates 2023-11-22 11:23:52 +01:00
handles.h various updates 2023-11-22 11:23:52 +01:00
jobs.c various updates 2023-11-22 11:23:52 +01:00
jobs.h various updates 2023-11-22 11:23:52 +01:00
renderer_api.h various updates 2023-11-22 11:23:52 +01:00
runtime_cvars.c ref, feat: Restructure 2023-10-17 00:54:51 +02:00
runtime.h various updates 2023-11-22 11:23:52 +01:00
threading_cond.c feat: async io for windows 2023-11-22 14:25:37 +01:00
threading_mutex.c feat: async io for windows 2023-11-22 14:25:37 +01:00
threading_thread.c feat: async io for windows 2023-11-22 14:25:37 +01:00
threading.h various updates 2023-11-22 11:23:52 +01:00