fn reacquire_cond_mutex<'mir, 'tcx: 'mir>(
ecx: &mut MiriEvalContext<'mir, 'tcx>,
thread: ThreadId,
mutex: MutexId
) -> InterpResult<'tcx>
Expand description
Try to reacquire the mutex associated with the condition variable after we were signaled.