Searched refs:Mutex (Results 26 - 50 of 158) sorted by relevance

1234567

/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_bus_driver.h244 fbl::Mutex bus_topology_lock_;
245 fbl::Mutex bus_rescan_lock_;
246 mutable fbl::Mutex start_lock_;
257 mutable fbl::Mutex ecam_region_lock_;
260 fbl::Mutex legacy_irq_list_lock_;
265 static fbl::Mutex driver_lock_;
/fuchsia/zircon/kernel/object/
H A Dhandle.cpp87 Guard<fbl::Mutex> guard{ArenaLock::Get()};
182 Guard<fbl::Mutex> guard{ArenaLock::Get()};
198 Guard<fbl::Mutex> guard{ArenaLock::Get()};
208 Guard<fbl::Mutex> guard{ArenaLock::Get()};
213 Guard<fbl::Mutex> guard{ArenaLock::Get()};
218 Guard<fbl::Mutex> guard{ArenaLock::Get()};
H A Dthread_dispatcher.cpp102 Guard<fbl::Mutex> guard{get_lock()};
173 Guard<fbl::Mutex> guard{get_lock()};
212 Guard<fbl::Mutex> guard{get_lock()};
231 Guard<fbl::Mutex> guard{get_lock()};
258 Guard<fbl::Mutex> guard{get_lock()};
279 Guard<fbl::Mutex> guard{get_lock()};
331 Guard<fbl::Mutex> guard{get_lock()};
370 Guard<fbl::Mutex> guard{get_lock()};
387 Guard<fbl::Mutex> guard{get_lock()};
483 Guard<fbl::Mutex> guar
[all...]
H A Dchannel_dispatcher.cpp111 Guard<fbl::Mutex> guard{get_lock()};
119 Guard<fbl::Mutex> guard{get_lock()};
166 Guard<fbl::Mutex> guard{get_lock()};
194 Guard<fbl::Mutex> guard{get_lock()};
219 Guard<fbl::Mutex> guard{get_lock()};
283 Guard<fbl::Mutex> guard{get_lock()};
H A Dport_dispatcher.cpp49 fbl::TypedArena<PortPacket, fbl::Mutex> arena_;
196 Guard<fbl::Mutex> guard{get_lock()};
256 Guard<fbl::Mutex> guard{get_lock()};
301 Guard<fbl::Mutex> guard{get_lock()};
337 Guard<fbl::Mutex> guard{get_lock()};
381 Guard<fbl::Mutex> guard{get_lock()};
422 Guard<fbl::Mutex> guard{get_lock()};
431 Guard<fbl::Mutex> guard{get_lock()};
H A Ddispatcher.cpp138 // the type of Mutex (either fbl::Mutex or fbl::NullLock), the thread
177 Guard<fbl::Mutex> guard{get_lock()};
209 // the type of Mutex (either fbl::Mutex or fbl::NullLock), the thread
259 Guard<fbl::Mutex> guard{get_lock()};
285 Guard<fbl::Mutex> guard{get_lock()};
306 Guard<fbl::Mutex> guard{get_lock()};
/fuchsia/zircon/kernel/vm/
H A Dvm_object_physical.cpp64 Guard<fbl::Mutex> guard{&lock_};
102 Guard<fbl::Mutex> guard{&lock_};
150 Guard<fbl::Mutex> guard{&lock_};
169 Guard<fbl::Mutex> guard{&lock_};
185 Guard<fbl::Mutex> guard{&lock_};
H A Dvm_aspace.cpp212 Guard<fbl::Mutex> guard{&aspace_list_lock};
234 Guard<fbl::Mutex> guard{&aspace_list_lock};
248 Guard<fbl::Mutex> guard{&lock_};
257 Guard<fbl::Mutex> guard{&lock_};
279 Guard<fbl::Mutex> guard{&lock_};
561 Guard<fbl::Mutex> guard{&lock_};
571 Guard<fbl::Mutex> guard{&lock_};
581 Guard<fbl::Mutex> guard{&lock_};
594 Guard<fbl::Mutex> guard{&aspace_list_lock};
615 Guard<fbl::Mutex> guar
[all...]
/fuchsia/zircon/kernel/syscalls/
H A Dobject_wait.cpp52 Guard<fbl::Mutex> guard{up->handle_table_lock()};
119 Guard<fbl::Mutex> guard{up->handle_table_lock()};
179 Guard<fbl::Mutex> guard{up->handle_table_lock()};
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-dsp.h89 fbl::Mutex dsp_lock_;
94 fbl::Mutex codec_driver_channel_lock_;
113 fbl::Mutex active_streams_lock_;
H A Dintel-hda-controller.h168 fbl::Mutex stream_pool_lock_;
179 fbl::Mutex corb_lock_;
187 fbl::Mutex rirb_lock_ TA_ACQ_BEFORE(corb_lock_);
200 fbl::Mutex codec_lock_;
/fuchsia/zircon/kernel/lib/hypervisor/include/hypervisor/
H A Dtrap_map.h29 fbl::TypedArena<PortPacket, fbl::Mutex> arena_;
72 fbl::Mutex mutex_;
/fuchsia/zircon/system/dev/bus/virtio/
H A Dblock.h69 fbl::Mutex ring_lock_;
101 fbl::Mutex txn_lock_;
H A Dgpu.h85 fbl::Mutex request_lock_;
92 fbl::Mutex flush_lock_;
/fuchsia/zircon/system/dev/serial/aml-uart/
H A Daml-uart.h74 fbl::Mutex enable_lock_;
76 fbl::Mutex status_lock_;
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-thread-pool.h78 static fbl::Mutex active_pools_lock_;
85 fbl::Mutex pool_lock_ __TA_ACQUIRED_AFTER(active_pools_lock_);
/fuchsia/zircon/third_party/lib/acpica/source/components/events/
H A Devglock.c245 Status = AcpiExSystemWaitMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex,
375 AcpiOsReleaseMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex);
/fuchsia/zircon/kernel/lib/crypto/include/lib/crypto/
H A Dprng.h84 fbl::Mutex mutex_;
/fuchsia/zircon/kernel/object/include/object/
H A Dfutex_node.h47 zx_status_t BlockThread(Guard<fbl::Mutex>&& adopt_guard, zx_time_t deadline);
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_object.h188 Lock<fbl::Mutex>* lock() TA_RET_CAP(lock_) { return &lock_; }
189 Lock<fbl::Mutex>& lock_ref() TA_RET_CAP(lock_) { return lock_; }
212 Guard<fbl::Mutex> guard{AllVmosLock::Get()};
253 Lock<fbl::Mutex>& lock_;
/fuchsia/zircon/system/dev/block/block/
H A Dtxn-group.h58 fbl::Mutex lock_;
/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-i2c.h51 fbl::Mutex mutex_;
/fuchsia/zircon/system/dev/nand/nandpart/
H A Dbad-block.h52 fbl::Mutex lock_;
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dauto_lock.h34 explicit AutoLock(Mutex* mutex) __TA_ACQUIRE(mutex)
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dwatcher.h46 fbl::Mutex lock_;

Completed in 126 milliseconds

1234567