Intellectual Olympiad in Operating Systems - 2026 ongoing
1000 ₸
Subject: Operating Systems Level: VII
Category: student
Quiz questions: in English
Example question: 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