Searched defs:dispatcher (Results 1 - 25 of 98) sorted by relevance

1234

/fuchsia/zircon/system/ulib/async/
H A Ddefault.c15 void async_set_default_dispatcher(async_dispatcher_t* dispatcher) { argument
H A Dexception.cpp23 zx_status_t ExceptionBase::Bind(async_dispatcher_t* dispatcher) { argument
58 void Exception::CallHandler(async_dispatcher_t* dispatcher, argument
H A Dreceiver.cpp14 zx_status_t ReceiverBase::QueuePacket(async_dispatcher_t* dispatcher, const zx_packet_user_t* data) { argument
23 void Receiver::CallHandler(async_dispatcher_t* dispatcher, async_receiver_t* receiver, argument
H A Dwait.cpp20 zx_status_t WaitBase::Begin(async_dispatcher_t* dispatcher) { argument
54 void Wait::CallHandler(async_dispatcher_t* dispatcher, async_wait_ argument
[all...]
H A Dtrap.cpp24 void GuestBellTrap::CallHandler(async_dispatcher_t* dispatcher, async_guest_bell_trap_t* trap, argument
14 SetTrap( async_dispatcher_t* dispatcher, const zx::guest& guest, zx_vaddr_t addr, size_t length) argument
/fuchsia/zircon/system/ulib/async/include/lib/async/cpp/
H A Dtime.h15 inline zx::time Now(async_dispatcher_t* dispatcher) { argument
/fuchsia/zircon/system/utest/async/
H A Dtime_tests.cpp24 FakeClockAsync dispatcher; local
/fuchsia/zircon/system/ulib/async-loop/include/lib/async-loop/cpp/
H A Dloop.h46 async_dispatcher_t* dispatcher() const { return async_loop_get_dispatcher(loop_); } function in class:async::Loop
/fuchsia/zircon/system/ulib/dispatcher-pool/include/dispatcher-pool/
H A Ddispatcher-channel.h19 namespace dispatcher { namespace
H A Ddispatcher-wakeup-event.h14 namespace dispatcher { namespace
H A Ddispatcher-interrupt.h15 namespace dispatcher { namespace
H A Ddispatcher-timer.h15 namespace dispatcher { namespace
H A Ddispatcher-thread-pool.h22 namespace dispatcher { namespace
/fuchsia/zircon/system/ulib/svc/
H A Doutgoing.cpp11 Outgoing::Outgoing(async_dispatcher_t* dispatcher) argument
/fuchsia/zircon/kernel/object/
H A Dvirtual_interrupt_dispatcher.cpp17 zx_status_t VirtualInterruptDispatcher::Create(fbl::RefPtr<Dispatcher>* dispatcher, argument
H A Devent_dispatcher.cpp14 zx_status_t EventDispatcher::Create(uint32_t options, fbl::RefPtr<Dispatcher>* dispatcher, argument
H A Dsuspend_token_dispatcher.cpp16 Create(fbl::RefPtr<ThreadDispatcher> thread, fbl::RefPtr<Dispatcher>* dispatcher, zx_rights_t* rights) argument
H A Diommu_dispatcher.cpp26 Create(uint32_t type, fbl::unique_ptr<const uint8_t[]> desc, size_t desc_len, fbl::RefPtr<Dispatcher>* dispatcher, zx_rights_t* rights) argument
H A Dprofile_dispatcher.cpp27 Create(const zx_profile_info_t& info, fbl::RefPtr<Dispatcher>* dispatcher, zx_rights_t* rights) argument
/fuchsia/zircon/kernel/syscalls/
H A Dpriv.h31 zx_status_t make(fbl::RefPtr<Dispatcher> dispatcher, zx_rights_t rights) { argument
/fuchsia/zircon/system/core/svchost/
H A Dsvchost.cpp37 provider_publish(zx_service_provider_instance_t* instance, async_dispatcher_t* dispatcher, const fbl::RefPtr<fs::PseudoDir>& dir) argument
67 provider_load(zx_service_provider_instance_t* instance, async_dispatcher_t* dispatcher, const fbl::RefPtr<fs::PseudoDir>& dir) argument
[all...]
/fuchsia/zircon/system/ulib/dispatcher-pool/
H A Ddispatcher-interrupt.cpp13 namespace dispatcher { namespace
H A Ddispatcher-wakeup-event.cpp12 namespace dispatcher { namespace
/fuchsia/zircon/system/ulib/fs/
H A Dmanaged-vfs.cpp16 ManagedVfs::ManagedVfs(async_dispatcher_t* dispatcher) : Vfs(dispatcher), is_shutting_down_(false) {} argument
H A Dsynchronous-vfs.cpp16 SynchronousVfs::SynchronousVfs(async_dispatcher_t* dispatcher) : Vfs(dispatcher), argument

Completed in 167 milliseconds

1234