MCPcopy 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

151impl 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_receiveFunction · 0.80
sys_sendFunction · 0.80
sys_execFunction · 0.80
sendMethod · 0.80
receiveMethod · 0.80
send_receiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected