Home
last modified time | relevance | path

Searched refs:selfRef (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DThread.h126 std::shared_ptr<Thread> selfRef = shared_from_this(); in start() local
130 thread_ = std::unique_ptr<std::thread>(new std::thread(getThreadFunc(), selfRef)); in start()