Searched refs:selfRef (Results 1 – 1 of 1) sorted by relevance
126 std::shared_ptr<Thread> selfRef = shared_from_this(); in start() local130 thread_ = std::unique_ptr<std::thread>(new std::thread(getThreadFunc(), selfRef)); in start()