Several changes for timestamp bundle:
Fully defined the structure. Single copy of it + single timer across all modules, managing it is now the responsibility of KernelState. add global_critical_region::PrepareToAcquire, which uses Prefetchw on the global crit. We now know we can use Prefetchw on all cpus that have AVX. add KeQueryInterruptTime, which is used by some dashboards. add threading::NanoSleep
This commit is contained in:
@@ -382,6 +382,7 @@ using pointer_t = const shim::TypedPointerParam<T>&;
|
||||
|
||||
using int_result_t = shim::ResultBase<int32_t>;
|
||||
using dword_result_t = shim::ResultBase<uint32_t>;
|
||||
using qword_result_t = shim::ResultBase<uint64_t>;
|
||||
using pointer_result_t = shim::ResultBase<uint32_t>;
|
||||
using X_HRESULT_result_t = shim::ResultBase<X_HRESULT>;
|
||||
using ppc_context_t = shim::ContextParam;
|
||||
|
||||
Reference in New Issue
Block a user