Интеллектуальная олимпиада по предмету "Операционные системы" - 2026 проводится

1000 ₸
Предмет: Операционные системы
Уровень: VII
Категория: студент
Тестовые вопросы: на английском языке
Пример вопроса: A thread calls a condition-variable wait while holding a mutex. What does a correct implementation normally do before blocking the thread? Atomically release the mutex and place the thread in the condition-variable wait set, Destroy the mutex so other threads can enter the critical section, Keep the mutex locked until the waiting thread is scheduled again, Convert the mutex into a counting semaphore with value zero