Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2309 → Rev 2310

/trunk/kernel/generic/src/proc/scheduler.c
411,7 → 411,8
DEADLOCK_THRESHOLD);
goto repeat;
}
_waitq_wakeup_unsafe(&THREAD->join_wq, false);
_waitq_wakeup_unsafe(&THREAD->join_wq,
WAKEUP_FIRST);
spinlock_unlock(&THREAD->join_wq.lock);
THREAD->state = Undead;