MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / take

Method take

euralios_std/src/syscalls.rs:25–29  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

23 }
24
25 pub unsafe fn take(&mut self) -> u32 {
26 let handle = self.0;
27 self.0 = 0;
28 handle
29 }
30}
31
32impl Drop for CommHandle {

Callers 6

mountMethod · 0.80
to_valuesMethod · 0.80
take_rendezvousMethod · 0.80
take_current_threadFunction · 0.80
exit_current_threadFunction · 0.80
schedule_nextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected