• Max Kellermann's avatar
    input/{cdio,ffmpeg,file,smbclient}: unlock the mutex during blocking I/O · 31ab78ae
    Max Kellermann authored
    InputStream::Read() and InputStream::Seek() are called with the mutex
    locked.  That means the implementation must not block, or unlock the
    mutex before calling into blocking code.
    
    Previously, a slow CD drive could stall the whole MPD process,
    including the main thread, due to this problem.
    
    Closes #149
    31ab78ae
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...