C# Class AdvancedMultithreadingLab.TestInterlocked

Datei anzeigen Open project: postsharp/ThreadingTalk

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
GetCurrentThread ( ) : IntPtr
SetThreadAffinityMask ( IntPtr hThread, IntPtr dwThreadAffinityMask ) : IntPtr
Start ( int processorId1, int processorId2 ) : double
ThreadMain ( object state ) : void

Method Details

Start() public method

public Start ( ) : void
return void