CompileQueue(std::mutex* mtx_, const std::string& name_, bool& stop_, bool& ready_, int logStreamId_) |
int | Get() |
void | NotifyAll() |
void | Put(int compileUnitIndex) |
std::condition_variable | cond |
int | logStreamId |
std::mutex* | mtx |
std::string | name |
std::list<int> | queue |
bool& | ready |
bool& | stop |