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

Method dealloc_tid

os/src/task/process.rs:56–58  ·  view source on GitHub ↗
(&mut self, tid: usize)

Source from the content-addressed store, hash-verified

54 }
55
56 pub fn dealloc_tid(&mut self, tid: usize) {
57 self.task_res_allocator.dealloc(tid)
58 }
59
60 pub fn thread_count(&self) -> usize {
61 self.tasks.len()

Callers

nothing calls this directly

Calls 1

deallocMethod · 0.45

Tested by

no test coverage detected