MCQs > IT & Programming > Kernel Programming - Solaris >

Which of the following calls fits in at 'statement xxx'

to produce correct results in the code snippet below?

mutex_enter(mutex pointer);

while (condition is false) {

      cv_wait(cv pointer, mutex pointer);

}

statement xxx;

mutex_exit(mutex pointer);

Kernel Programming - Solaris MCQs

Which of the following calls fits in at 'statement xxx'

to produce correct results in the code snippet below?

mutex_enter(mutex pointer);

while (condition is false) {

      cv_wait(cv pointer, mutex pointer);

}

statement xxx;

mutex_exit(mutex pointer);

Answer

Correct Answer:

nothing needs to be done. 

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Kernel Programming - Solaris Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Kernel Programming - Solaris Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it