Searched refs:startLoopThread (Results 1 – 1 of 1) sorted by relevance
26 std::thread startLoopThread(&ThrTaskContainer::Entry, this, threadName); in StartLoop() local27 startLoopThread.detach(); in StartLoop()