Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2310 → Rev 2309

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