• Max Kellermann's avatar
    player_thread: check command before waiting during pause · 408d52fe
    Max Kellermann authored
    While paused, the player thread re-locks its mutex and waits for a
    signal.  This is racy: when the command is set while the thread is
    waiting for the lock, it may wait forever.  This patch adds another
    command check before player_wait().
    408d52fe
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...