KeSetAffinityThread stub, Ob* fns added, current thread handled.

This commit is contained in:
Ben Vanik
2013-10-17 00:47:02 -07:00
parent 7bf6992203
commit 20720f750d
10 changed files with 175 additions and 19 deletions

View File

@@ -26,6 +26,8 @@ X_STATUS xeExCreateThread(
uint32_t xapi_thread_startup,
uint32_t start_address, uint32_t start_context, uint32_t creation_flags);
uint32_t xeKeSetAffinityThread(void* thread_ptr, uint32_t affinity);
uint32_t xeKeGetCurrentProcessType();
uint64_t xeKeQueryPerformanceFrequency();