Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ tid
Method
tid
kernel/src/process.rs:153–155 ·
view source on GitHub ↗
Get the Thread ID
(&self)
Source
from the content-addressed store, hash-verified
151
impl Thread {
152
/// Get the Thread ID
153
pub fn tid(&self) -> u64 {
154
self.tid
155
}
156
157
/// Get a reference to the thread Context
158
fn context(&self) -> &Context {
Callers
6
sys_receive
Function · 0.80
sys_send
Function · 0.80
sys_exec
Function · 0.80
send
Method · 0.80
receive
Method · 0.80
send_receive
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected