Searched refs:async (Results 151 - 158 of 158) sorted by relevance

1234567

/fuchsia/zircon/system/utest/runtests-utils/
H A Dlog-exporter-test.cpp10 #include <lib/async-loop/cpp/loop.h>
/fuchsia/zircon/make/
H A Dmodule-userlib.mk186 # We replace . with - in module dep names to handle async.xyz which are defined
187 # as sub-libraries of async in the same directory. If we ever introduce more
/fuchsia/zircon/system/ulib/process-launcher/
H A Dlauncher.cpp51 void LauncherImpl::OnHandleReady(async_dispatcher_t* dispatcher, async::WaitBase* wait, zx_status_t status,
/fuchsia/zircon/system/ulib/blobfs/
H A Dblobfs.cpp23 #include <lib/async/cpp/task.h>
641 void VnodeBlob::HandleNoClones(async_dispatcher_t* dispatcher, async::WaitBase* wait,
943 async::PostTask(dispatcher(), [this, cb = fbl::move(cb)]() mutable {
/fuchsia/zircon/system/ulib/minfs/
H A Dminfs.cpp25 #include <lib/async/cpp/task.h>
778 async::PostTask(dispatcher(), [this, cb = fbl::move(cb)]() mutable {
/fuchsia/zircon/system/ulib/fs/
H A Dconnection.cpp305 void Connection::HandleSignals(async_dispatcher_t* dispatcher, async::WaitBase* wait, zx_status_t status,
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp31 #include <lib/async-loop/cpp/loop.h>
2423 async::Loop loop(&kAsyncLoopConfigNoAttachToThread);
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp38 #include <lib/async-loop/cpp/loop.h>
2963 async::Loop loop(&kAsyncLoopConfigNoAttachToThread);

Completed in 108 milliseconds

1234567