Searched refs:ready (Results 1 – 8 of 8) sorted by relevance
90 sync_completion_t ready; member130 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()
114 // state and is ready to launch another process.120 // state and is ready to launch another process.
535 bool ready = false; in ums_check_luns_ready() local539 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()
98 /// initiated by |connect|. The service will be ready to receive further requests once this
101 // the buffer is ready.
32 // Since we cannot assume that the filesystem is ready by the time we are
1241 int ready = 0; in main() local1247 ready = poll(&fds[startfd], endfd - startfd, 0); in main()1248 if (!ready) in main()
461 …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