LookingGlass/common
Geoffrey McRae 344d2ec599 [common] linux: replace create_timer with a single threaded timer
Now LG uses a 25Hz tick timer it is an issue that `create_timer` spawns
a new thread for every single timer event, so instead multiplex all the
timers into a single thread with a 1ms resolution.
2022-01-12 13:00:12 +11:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [client/common] move ll from the client into the common code module 2022-01-12 12:22:18 +11:00
src [common] linux: replace create_timer with a single threaded timer 2022-01-12 13:00:12 +11:00
CMakeLists.txt [client/common] move ll from the client into the common code module 2022-01-12 12:22:18 +11:00