Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DMapRecordReader.cpp105 thread_ = std::thread([this]() { thread_result_ = RunThread(); }); in MapRecordThread()
143 if (!thread_result_) { in Join()
146 return thread_result_; in Join()
DMapRecordReader.h74 std::atomic<bool> thread_result_ = false; variable