Операциялық жүйелер пәні бойынша зияткерлік олимпиада - 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