LookingGlass/common/src
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
..
platform [common] linux: replace create_timer with a single threaded timer 2022-01-12 13:00:12 +11:00
appstrings.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
countedbuffer.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
cpuinfo.c [common] cpuinfo: add sockets to interface 2022-01-07 21:03:20 +11:00
debug.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
framebuffer.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
KVMFR.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
ll.c [client/common] move ll from the client into the common code module 2022-01-12 12:22:18 +11:00
option.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
rects.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
ringbuffer.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
runningavg.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
stringlist.c [client] overlay: add modal message dialog support 2022-01-08 18:58:48 +11:00
stringutils.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00
vector.c [all] refresh copyright dates 2022-01-05 19:42:46 +11:00