Home
last modified time | relevance | path

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

/aosp14/system/core/libappfuse/tests/
H A DFuseBridgeLoopTest.cc48 std::thread thread_; member in android::fuse::__anon3eaa34e30110::FuseBridgeLoopTest
57 thread_ = std::thread([this] { in SetUp()
119 if (thread_.joinable()) { in Close()
120 thread_.join(); in Close()
H A DFuseAppLoopTest.cc85 std::thread thread_; member in android::fuse::__anonb14456f70110::FuseAppLoopTest
97 thread_ = std::thread([this] { loop_->Start(&callback_); }); in SetUp()
123 if (thread_.joinable()) { in Close()
124 thread_.join(); in Close()
293 if (thread_.joinable()) { in TEST_F()
294 thread_.join(); in TEST_F()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_server.h63 std::thread& thread() { return thread_; } in thread()
68 std::thread thread_;
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_server.h71 std::thread& thread() { return thread_; } in thread()
78 std::thread thread_;
/aosp14/system/core/init/
H A Dproperty_service.cpp377 std::thread thread_; member in android::init::PersistWriteThread
1447 thread_.swap(new_thread); in PersistWriteThread()