MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / get_raw_tid

Function get_raw_tid

vmm/src/gdb.rs:211–213  ·  view source on GitHub ↗
(cpu_id: usize)

Source from the content-addressed store, hash-verified

209}
210
211pub fn get_raw_tid(cpu_id: usize) -> usize {
212 cpu_id + 1
213}
214
215impl MultiThreadBase for GdbStub {
216 fn read_registers(

Callers 2

cpuid_to_tidFunction · 0.85
start_vcpuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected