Searched refs:ActivateLocked (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-channel.h149 zx_status_t ActivateLocked(zx::channel channel, fbl::RefPtr<ExecutionDomain> domain)
H A Ddispatcher-event-source.h69 zx_status_t ActivateLocked(zx::handle handle, fbl::RefPtr<ExecutionDomain> domain)
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-channel.cpp76 ret = ActivateLocked(fbl::move(channel), fbl::move(domain));
114 zx_status_t Channel::ActivateLocked(zx::channel channel, fbl::RefPtr<ExecutionDomain> domain) { function in class:dispatcher::Channel
118 zx_status_t res = EventSource::ActivateLocked(fbl::move(channel), fbl::move(domain));
H A Ddispatcher-interrupt.cpp36 zx_status_t res = ActivateLocked(fbl::move(irq), fbl::move(domain));
H A Ddispatcher-wakeup-event.cpp36 res = ActivateLocked(fbl::move(event), fbl::move(domain));
H A Ddispatcher-timer.cpp42 res = ActivateLocked(fbl::move(timer), fbl::move(domain));
H A Ddispatcher-event-source.cpp59 zx_status_t EventSource::ActivateLocked(zx::handle handle, fbl::RefPtr<ExecutionDomain> domain) { function in class:dispatcher::EventSource
/fuchsia/zircon/kernel/vm/
H A Dvm_mapping.cpp162 mapping->ActivateLocked();
183 mapping->ActivateLocked();
213 center_mapping->ActivateLocked();
214 right_mapping->ActivateLocked();
315 mapping->ActivateLocked();
755 void VmMapping::ActivateLocked() TA_NO_THREAD_SAFETY_ANALYSIS {
768 ActivateLocked();
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_address_region.h494 void ActivateLocked();

Completed in 102 milliseconds