Searched defs:lock_ (Results 1 – 14 of 14) sorted by relevance
115 std::mutex lock_; variable
58 std::mutex lock_; // The C API is not thread-safe so we need to lock it. member
375 std::mutex lock_; variable
132 std::mutex lock_; variable
92 SnapshotManager::LockedFile* lock_ = nullptr; member
529 std::unique_ptr<SnapshotManager::LockedFile> lock_; member in android::snapshot::SnapshotTest914 std::unique_ptr<SnapshotManager::LockedFile> lock_; member in android::snapshot::LockTestConsumer
101 std::mutex lock_; variable
309 std::mutex lock_; variable
100 std::mutex lock_; variable
416 std::mutex lock_; variable
143 std::mutex lock_; variable
221 std::mutex lock_; member in android::init::PropWaiterState222 GUARDED_BY(lock_) std::unique_ptr<Timer> waiting_for_prop_{nullptr}; in GUARDED_BY() argument
187 std::mutex lock_; // Protect all members below. member in simpleperf::ProfileSessionImpl
551 mutable std::mutex lock_; variable