Home
last modified time | relevance | path

Searched refs:AcquiredLockEntry (Results 1 – 3 of 3) sorted by relevance

/system/ulib/lockdep/include/lockdep/
A Dthread_lock_state.h26 class AcquiredLockEntry : public fbl::DoublyLinkedListable<AcquiredLockEntry*> {
28 AcquiredLockEntry() = default;
32 ~AcquiredLockEntry() { in ~AcquiredLockEntry()
36 AcquiredLockEntry(const AcquiredLockEntry&) = delete;
37 AcquiredLockEntry& operator=(const AcquiredLockEntry&) = delete;
39 AcquiredLockEntry(AcquiredLockEntry&& other) { *this = std::move(other); } in AcquiredLockEntry() function
40 AcquiredLockEntry& operator=(AcquiredLockEntry&& other) {
158 friend void AcquiredLockEntry::Replace(AcquiredLockEntry*);
171 void Replace(AcquiredLockEntry* original, AcquiredLockEntry* replacement) { in Replace()
176 void Report(AcquiredLockEntry* bad_entry, AcquiredLockEntry* conflicting_entry, in Report()
[all …]
A Druntime_api.h19 class AcquiredLockEntry; variable
25 extern void SystemLockValidationError(AcquiredLockEntry* lock_entry,
26 AcquiredLockEntry* conflicting_entry,
33 extern void SystemLockValidationFatal(AcquiredLockEntry* lock_entry,
A Dguard.h209 AcquiredLockEntry lock_entry;

Completed in 4 milliseconds