Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
pub fn get_raw_tid(cpu_id: usize) -> usize {
212
cpu_id + 1
213
}
214
215
impl MultiThreadBase for GdbStub {
216
fn read_registers(
Callers
2
cpuid_to_tid
Function · 0.85
start_vcpu
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected