li longyu

Results 1 issues of li longyu

``` bool HostQueue::terminate() { ..... // Wake-up the command loop, so it can exit { ScopedLock sl(queueLock_); thread_.acceptingCommands_ = false; queueLock_.notify(); } // FIXME_lmoriche: fix termination handshake while (thread_.state() <...