Searched refs:TryFindCurrentThreadCPUAndId (Results 1 – 1 of 1) sorted by relevance
162 if(context == null && !TryFindCurrentThreadCPUAndId(out context, out var _)) in MoveRegistrationWithinContext()457 return TryFindCurrentThreadCPUAndId(out var _, out cpuId); in TryGetCurrentCPUId()460 private bool TryFindCurrentThreadCPUAndId(out ICPU cpu, out int cpuId) in TryFindCurrentThreadCPUAndId() method in Antmicro.Renode.Peripherals.Bus.SystemBus