Home
last modified time | relevance | path

Searched refs:cachedCpuId (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs451 if(cachedCpuId.IsValueCreated) in TryGetCurrentCPUId()
453 cpuId = cachedCpuId.Value; in TryGetCurrentCPUId()
472 cachedCpuId.Value = cpuId; in TryFindCurrentThreadCPUAndId()
523 cachedCpuId.Dispose(); in Dispose()
1875 cachedCpuId = new ThreadLocal<int>(); in InitStructures()
2249 private ThreadLocal<int> cachedCpuId; field in Antmicro.Renode.Peripherals.Bus.SystemBus