Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
impl Drop for TaskUserRes {
Callers
3
new
Method · 0.80
exec
Method · 0.80
sys_thread_create
Function · 0.80
Calls
1
ustack_bottom_from_tid
Function · 0.85
Tested by
no test coverage detected