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 not stored for this graph (policy: none)