MCPcopy Create free account
hub / github.com/Starry-OS/StarryOS / set_accessing_user_memory

Method set_accessing_user_memory

core/src/task.rs:153–156  ·  view source on GitHub ↗

Set the accessing user memory flag.

(&self, accessing: bool)

Source from the content-addressed store, hash-verified

151
152 /// Set the accessing user memory flag.
153 pub fn set_accessing_user_memory(&self, accessing: bool) {
154 self.accessing_user_memory
155 .store(accessing, Ordering::Release);
156 }
157}
158
159#[extern_trait]

Callers 1

access_user_memoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected