C# 클래스 SharpOS.Kernel.ADC.X86.Barrier

파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
Enter ( ) : void

Starts the barrier, no other threads can run untill Exit is called

This function should be made "inline" by the AOT

Exit ( ) : void

Ends the barrier

This function should be made "inline" by the AOT

메소드 상세

Enter() 공개 정적인 메소드

Starts the barrier, no other threads can run untill Exit is called
This function should be made "inline" by the AOT
public static Enter ( ) : void
리턴 void

Exit() 공개 정적인 메소드

Ends the barrier
This function should be made "inline" by the AOT
public static Exit ( ) : void
리턴 void