quakeforge/libs/audio/renderer
Bill Currie 4cef9792f4 [util] Make hash-tables semi-thread-safe
They take a pointer to a free-list used for hashlinks so the hashlink
pools can be per-thread. However, hash tables that are not updated are
always thread-safe, so this affects only updates. progs_t has been set
up such that it is easy for multiple progs within one thread can share
hashlinks.
2020-03-25 15:43:16 +09:00
..
flac.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
Makefile.am Fix a pile of automake deprecation warnings. 2013-11-24 13:11:50 +09:00
midi.c Fix some warnings and bitrot. 2016-10-25 00:10:30 +09:00
snd_channels.c Make S_Init safe to use with a null viewentity. 2012-12-17 15:07:49 +09:00
snd_dma.c Fix some 64-bit mingw compile issues. 2013-01-22 21:02:49 +09:00
snd_jack.c [audio] Quieten jack about xruns 2020-03-23 15:19:05 +09:00
snd_mem.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
snd_mix.c Change pointer_t to unsigned and clean up the mess. 2012-12-21 21:53:13 +09:00
snd_resample.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
snd_sfx.c [util] Make hash-tables semi-thread-safe 2020-03-25 15:43:16 +09:00
vorbis.c Separate file search from loading. 2014-01-28 16:22:05 +09:00
wav.c Separate file search from loading. 2014-01-28 16:22:05 +09:00