C# Класс SharpOS.Kernel.ADC.X86.Barrier

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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