Stub out process and thread deletion functions
This commit is contained in:
@@ -50,6 +50,23 @@ PS::Process::CreateIdleProcess(IN PKPROCESSOR_CONTROL_BLOCK Prcb)
|
||||
return KE::KThread::InitializeIdleThread(IdleProcess, IdleThread, Prcb, AR::ProcessorSupport::GetBootStack());
|
||||
}
|
||||
|
||||
/**
|
||||
* Deletes a Process object when the final reference is released.
|
||||
*
|
||||
* @param ProcessObject
|
||||
* Supplies a pointer to the terminating process object.
|
||||
*
|
||||
* @return This routine does not return any value.
|
||||
*
|
||||
* @since XT 1.0
|
||||
*/
|
||||
XTAPI
|
||||
VOID
|
||||
PS::Process::DeleteProcess(IN PVOID ProcessObject)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a pointer to the process object associated with the currently executing thread.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user