Searched refs:thread_ (Results 1 – 4 of 4) sorted by relevance
52 if (thread_.joinable()) { in ~FdeventTest()82 thread_ = std::thread([]() { fdevent_loop(); }); in PrepareThread()94 thread_.join(); in TerminateThread()98 std::thread thread_; variable
145 thread_ = std::thread([this]() { in Start()155 thread_.join(); in Stop()219 std::thread thread_; member
149 std::thread thread_; member162 if (thread_.joinable()) { in ~PairingConnectionCtx()163 thread_.join(); in ~PairingConnectionCtx()291 thread_ = std::thread([this] { StartWorker(); }); in Start()
133 FAdviser() : thread_(MessageLoop, this), total_size_(0) {} in FAdviser()137 thread_.join(); in ~FAdviser()235 std::thread thread_; member in FAdviser