C# 클래스 System.Threading.Tests.MonitorTests

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
BasicRecursion ( string &message ) : void
DeepRecursion ( string &message ) : void
Enter_Invalid ( ) : void
Enter_SetsLockTaken ( ) : void
Exit_Invalid ( ) : void
Exit_WhenHeldBySomeoneElse_ThrowsSynchronizationLockException ( ) : void
IsEntered ( ) : void
IsEntered_Invalid ( ) : void
IsEntered_WhenHeldBySomeoneElse_ThrowsSynchronizationLockException ( ) : void
PulseAll_Invalid ( ) : void
Pulse_Invalid ( ) : void
TryEnter_Invalid ( ) : void
TryEnter_SetsLockTaken ( ) : void
WaitTest ( ) : void
Wait_Invalid ( ) : void