Rev 3492 | Rev 3665 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3492 | Rev 3549 | ||
---|---|---|---|
Line 481... | Line 481... | ||
481 | } |
481 | } |
482 | 482 | ||
483 | THREAD->state = Exiting; |
483 | THREAD->state = Exiting; |
484 | spinlock_unlock(&THREAD->lock); |
484 | spinlock_unlock(&THREAD->lock); |
485 | scheduler(); |
485 | scheduler(); |
486 | 486 | ||
487 | /* Not reached */ |
487 | /* Not reached */ |
488 | while (1) |
488 | while (1) |
489 | ; |
489 | ; |
490 | } |
490 | } |
491 | 491 |