Searched refs:complete (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dhistogram-internal.h77 fbl::Function<void(uint64_t metric_id, const EventBuffer&, FlushCompleteFn complete)>;
H A Dcounter-internal.h71 fbl::Function<void(uint64_t metric_id, const EventBuffer&, FlushCompleteFn complete)>;
/fuchsia/zircon/make/
H A Dabigen.mk12 # This gets STAMPY built (and generation complete) early in the build.
H A Dbuild.mk186 $(NOECHO)$< -o $@ --complete=$(PROJECT) $(KERNEL_ZBI) \
H A Dengine.mk365 # any rules you put here will also be built by the system before considered being complete
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c58 // Held when I/O submit/complete is in progress.
66 // used to signal request complete
561 goto complete;
570 goto complete;
576 goto complete;
582 goto complete;
587 goto complete;
593 goto complete;
599 goto complete;
614 goto complete;
[all...]
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c181 float complete = ((float)read_ndx / (float)file_info->paver.size) * 100.0; local
182 printf("netsvc: paver write progress %0.1f%%\n", complete);
194 // If all of the data has been written out to the paver process wait for it to complete
/fuchsia/zircon/system/utest/cobalt-client/
H A Dhistogram_test.cpp436 RemoteHistogram::FlushCompleteFn complete) { complete(); });
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdio.c828 goto complete;
843 goto complete;
852 complete:
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1966 // Wait for all threads to complete
2215 fbl::atomic_bool complete; member in struct:reopen_data
2221 while (!atomic_load(&dat->complete)) {
2253 atomic_store(&dat.complete, false);
2266 atomic_store(&dat.complete, true);

Completed in 110 milliseconds