Home
last modified time | relevance | path

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

/packages/modules/adb/fdevent/
Dfdevent_test.h52 if (thread_.joinable()) { in ~FdeventTest()
82 thread_ = std::thread([]() { fdevent_loop(); }); in PrepareThread()
94 thread_.join(); in TerminateThread()
98 std::thread thread_; variable
/packages/modules/adb/
Dtransport_fd.cpp145 thread_ = std::thread([this]() { in Start()
155 thread_.join(); in Stop()
219 std::thread thread_; member
/packages/modules/adb/pairing_connection/
Dpairing_connection.cpp149 std::thread thread_; member
162 if (thread_.joinable()) { in ~PairingConnectionCtx()
163 thread_.join(); in ~PairingConnectionCtx()
291 thread_ = std::thread([this] { StartWorker(); }); in Start()
/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp133 FAdviser() : thread_(MessageLoop, this), total_size_(0) {} in FAdviser()
137 thread_.join(); in ~FAdviser()
235 std::thread thread_; member in FAdviser