True.
False.
True or False: The
mutex parameter passed to the wait call is assumed to be locked before the start of the call. The code of wait then atomically releases the lock and puts the thread to sleep. When it is awakened it reacquires the lock.
