• Max Kellermann's avatar
    don't busy wait for the decoder thread · 726c6e86
    Max Kellermann authored
    Busy wait loops are a bad thing, especially when the response time can
    be very long - busy waits eat a lot of CPU, and thus slow down the
    other thread.  Since the other thread will notify us when it's ready,
    we can use notify_wait() instead.
    726c6e86
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...