Paul Davis
52f1b88749
These were not thread safe, and could not be: to be useful, a thread looking up a time conversion could cache the result, but it would be using the global (shared) copy of the map (because lookup is read-only, and so no write-copy is required). But inserting into the lookup table wasn't lock protected (and shouldn't be because otherwise that defeats the point of RCU). So just drop it. |
||
---|---|---|
.. | ||
appleutility | ||
ardour | ||
ardouralsautil | ||
audiographer | ||
auscan | ||
backends | ||
canvas | ||
clearlooks-newer | ||
ctrl-interface | ||
evoral | ||
fluidsynth | ||
fst | ||
gtkmm2ext | ||
hidapi | ||
libltc | ||
lua | ||
midi++2 | ||
panners | ||
pbd | ||
plugins | ||
ptformat | ||
qm-dsp | ||
surfaces | ||
temporal | ||
vamp-plugins | ||
vamp-pyin | ||
vfork | ||
vst3 | ||
waveview | ||
widgets | ||
zita-convolver | ||
zita-resampler |