MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / ustack_top

Method ustack_top

os/src/task/id.rs:215–217  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

213 self.ustack_base
214 }
215 pub fn ustack_top(&self) -> usize {
216 ustack_bottom_from_tid(self.ustack_base, self.tid) + USER_STACK_SIZE
217 }
218}
219
220impl Drop for TaskUserRes {

Callers 3

newMethod · 0.80
execMethod · 0.80
sys_thread_createFunction · 0.80

Calls 1

ustack_bottom_from_tidFunction · 0.85

Tested by

no test coverage detected