Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 8 of 8) sorted by relevance

/system/ulib/sync/include/lib/sync/internal/
A Dcondition-template.h90 sync_completion_t ready; member
130 sync_completion_wait_deadline(&node.ready, deadline); in timedwait()
191 sync_completion_wait_deadline(&node.ready, ZX_TIME_INFINITE); in timedwait()
227 sync_completion_signal_requeue(&node.prev->ready, MutexOps<Mutex>::get_futex(mutex)); in timedwait()
290 sync_completion_signal(&first->ready); in signal()
/system/fidl/fuchsia-process/
A Dlauncher.fidl114 // state and is ready to launch another process.
120 // state and is ready to launch another process.
/system/dev/block/usb-mass-storage/
A Dusb-mass-storage.c535 bool ready = false; in ums_check_luns_ready() local
539 ready = true; in ums_check_luns_ready()
541 ready = false; in ums_check_luns_ready()
550 if (ready && !dev->device_added) { in ums_check_luns_ready()
558 } else if (!ready && dev->device_added) { in ums_check_luns_ready()
/system/banjo/ddk-protocol-bt-gattsvc/
A Dbt-gatt-svc.banjo98 /// initiated by |connect|. The service will be ready to receive further requests once this
/system/fidl/fuchsia-tracelink/
A Dtracelink.fidl101 // the buffer is ready.
/system/ulib/cobalt-client/
A DREADME.md32 // Since we cannot assume that the filesystem is ready by the time we are
/system/uapp/gfxlatency/
A Dmain.cpp1241 int ready = 0; in main() local
1247 ready = poll(&fds[startfd], endfd - startfd, 0); in main()
1248 if (!ready) in main()
/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/
A Dskylake-pm-events.inc461 …e load uops missed L1 but hit FB due to preceding miss to the same cache line with data not ready")

Completed in 20 milliseconds