MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / wait

Method wait

src/fs/ata.rs:339–342  ·  view source on GitHub ↗

WAIT

(&mut self, nsec: u64)

Source from the content-addressed store, hash-verified

337
338 // WAIT
339 fn wait(&mut self, nsec: u64)
340 {
341 crate::time::nwait(nsec);
342 }
343
344
345 // WRITE

Callers 2

resetMethod · 0.80
writecmdMethod · 0.80

Calls 1

nwaitFunction · 0.85

Tested by

no test coverage detected