MCPcopy Index your code
hub / github.com/Andy-Python-Programmer/aero / wait_uninterruptible

Method wait_uninterruptible

src/aero_kernel/src/utils/sync.rs:146–160  ·  view source on GitHub ↗

Sleeps until a condition is met. Should be used when waiting for events such as completion of disk I/O. Any signals sent while waiting shall not be delivered until the condition is met and the wait is over.

(
        &self,
        flags: WaitQueueFlags,
        mutex: &'a Mutex<T>,
        cond: F,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_waitMethod · 0.80

Tested by

no test coverage detected