This commit is contained in:
The Miri Cronjob Bot 2024-06-23 05:02:48 +00:00
parent d5feca99d6
commit d73be70139

View file

@ -643,8 +643,7 @@ impl<'tcx> ThreadManager<'tcx> {
if !self.threads[joined_thread_id].state.is_terminated() {
trace!(
"{:?} blocked on {:?} when trying to join",
self.active_thread,
joined_thread_id
self.active_thread, joined_thread_id
);
// The joined thread is still running, we need to wait for it.
// Unce we get unblocked, perform the appropriate synchronization.