Method |
Description |
|
ActivateBug ( ) : void |
|
|
CloseHandle ( IntPtr hObject ) : bool |
|
|
DuplicateHandle ( IntPtr hSourceProcessHandle, IntPtr hSourceHandle, IntPtr hTargetProcessHandle, IntPtr &lpTargetHandle, int dwDesiredAccess, bool bInheritHandle, int dwOptions ) : bool |
|
|
GetCurrentProcess ( ) : IntPtr |
|
|
GetCurrentThread ( ) : IntPtr |
|
|
GetThreadTimes ( IntPtr hThread, System.Runtime.InteropServices.ComTypes.FILETIME &lpCreationTime, System.Runtime.InteropServices.ComTypes.FILETIME &lpExitTime, System.Runtime.InteropServices.ComTypes.FILETIME &lpKernelTime, System.Runtime.InteropServices.ComTypes.FILETIME &lpUserTime ) : int |
|
|
RunAnimalWithDeadlockDetection ( OrganismWrapper currentAnimal ) : void |
|
|
cancelTimer ( ) : void |
|
|
getAnimalThreadTime ( System.Int64 &kernel, System.Int64 &user ) : bool |
Determines how much actual kernel and user time this thread has actually gotten |
|
handleRestartWithoutBlacklist ( bool blacklist, bool shutdownWithoutBlacklist ) : void |
|
|
handleRestartsAndBlacklist ( OrganismWrapper currentAnimal, bool blacklist ) : void |
|
|
startTimer ( ) : void |
|
|
traceEventHandler ( object sender ) : void |
|
|