Searched refs:queueSpaceValid_ (Results 1 – 2 of 2) sorted by relevance
42 queueSpaceValid_.notify_all(); // notify all load waiters in ~SoundIDManager()142 queueSpaceValid_.wait(lock); in DoLoad()170 queueSpaceValid_.notify_one(); in DoParser()
56 std::condition_variable queueSpaceValid_; variable