C# Class System.Threading.Atomics.Tests.AtomicIntegerLoadStoreTests

显示文件 Open project: szKarlen/atomics.net

Private Methods

Method Description
AtomicInteger_IsLockFree_Should_Success ( int initialValue, MemoryOrder order, bool isLockFree ) : void
AtomicInteger_Load_Should_Fail ( ) : void
AtomicInteger_Load_Should_Success ( ) : void
AtomicInteger_Store_Should_Fail ( ) : void
AtomicInteger_Store_Should_Success ( int initialValue, int storeValue, MemoryOrder order ) : void