Home
last modified time | relevance | path

Searched defs:lock_ (Results 1 – 14 of 14) sorted by relevance

/system/gsid/
Dgsi_service.h113 std::mutex lock_; variable
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_server.h57 std::mutex lock_; variable
Dhandler_manager.h144 std::mutex lock_; variable
Dsnapuserd_core.h216 std::mutex lock_; variable
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h124 std::mutex lock_; variable
/system/unwinding/libunwindstack/
DDexFile.h58 std::mutex lock_; // The C API is not thread-safe so we need to lock it. member
DGlobalDebugImpl.h375 std::mutex lock_; variable
/system/core/fs_mgr/libsnapshot/
Dutility.h92 SnapshotManager::LockedFile* lock_ = nullptr; member
Dsnapshotctl.cpp135 std::unique_ptr<SnapshotManager::LockedFile> lock_; member in android::snapshot::MapSnapshots
Dsnapshot_test.cpp532 std::unique_ptr<SnapshotManager::LockedFile> lock_; member in android::snapshot::SnapshotTest
964 std::unique_ptr<SnapshotManager::LockedFile> lock_; member in android::snapshot::LockTestConsumer
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h146 std::mutex lock_; variable
/system/core/init/
Dinit.cpp224 std::mutex lock_; member in android::init::PropWaiterState
225 GUARDED_BY(lock_) std::unique_ptr<Timer> waiting_for_prop_{nullptr}; in GUARDED_BY() argument
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp186 std::mutex lock_; // Protect all members below. member in simpleperf::ProfileSessionImpl
/system/logging/logd/
DLogStatistics.h540 mutable std::mutex lock_; variable