Searched refs:Acquire (Results 1 – 7 of 7) sorted by relevance
| /kernel/include/kernel/ |
| A D | spinlock.h | 88 void Acquire() TA_ACQ() { spin_lock(&spinlock_); } in Acquire() function 167 static bool Acquire(SpinLock* lock, State*) TA_ACQ(lock) { 168 lock->Acquire(); 186 static bool Acquire(spin_lock_t* lock, State*) TA_ACQ(lock) { 222 static bool Acquire(SpinLock* lock, State* state) TA_ACQ(lock) { 254 static bool Acquire(spin_lock_t* lock, State* state) TA_ACQ(lock) { 277 static bool Acquire(SpinLock* lock, State*) TA_TRY_ACQ(true, lock) { 297 static bool Acquire(spin_lock_t* lock, State*) TA_TRY_ACQ(true, lock) {
|
| A D | mutex.h | 137 static bool Acquire(LockType* lock, State*) TA_ACQ(lock) { in Acquire() function 138 lock->Acquire(); in Acquire()
|
| /kernel/lib/fbl/include/fbl/ |
| A D | arena.h | 146 mutex_.Acquire(); in New() 158 mutex_.Acquire(); in RawFree() 165 mutex_.Acquire(); in DiagnosticCount()
|
| /kernel/tests/ |
| A D | lock_dep_tests.cpp | 28 Acquire(); in AcquireIrqSave() 38 Acquire(); in TryAcquire() 44 Acquire(); in TryAcquireIrqSave() 70 static bool Acquire(Spinlock* lock, State*) __TA_ACQUIRE(lock) { in Acquire() function 71 lock->Acquire(); in Acquire() 86 static bool Acquire(Spinlock* lock, State* state) __TA_ACQUIRE(lock) { in Acquire() function 99 static bool Acquire(Spinlock* lock, State*) __TA_TRY_ACQUIRE(true, lock) { in Acquire() function 126 static bool Acquire(spinlock_t* lock, State*) { in Acquire() function 142 static bool Acquire(spinlock_t* lock, State* state) { in Acquire() function 155 static bool Acquire(spinlock_t* lock, State*) { in Acquire() function [all …]
|
| /kernel/object/ |
| A D | pager_dispatcher.cpp | 60 mtx_.Acquire(); in on_zero_handles() 74 mtx_.Acquire(); in on_zero_handles()
|
| /kernel/arch/x86/ |
| A D | bootstrap16.cpp | 60 bootstrap_lock.Acquire(); in x86_bootstrap16_acquire()
|
| /kernel/dev/pcie/ |
| A D | pcie_bus_driver.cpp | 312 bus_topology_lock_.Acquire(); in ForeachRoot() 322 bus_topology_lock_.Acquire(); in ForeachRoot()
|
Completed in 22 milliseconds