Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-06 | When suspending, check the tid of the arg, not of ourselves, doh | Otto Moerbeek | |
2006-01-02 | Don't call pthread_self()->tid when getthrid() will do fine. | Otto Moerbeek | |
2005-12-31 | Implement suspend/resume and creation of initially suspended threads. | Otto Moerbeek | |
With this, java seems to be operational. Also make threads_ready non-static, which is needed for an upcoming diff. ok tedu@ | |||
2005-12-30 | prototype all the thread syscalls in rthread.h for now. | Ted Unangst | |
update for new thrwakeup that takes a count argument | |||
2005-12-19 | update copyright to 2005 | Ted Unangst | |
2005-12-03 | syscall is actually sched_yield now, as millert suggested | Ted Unangst | |
2005-12-03 | add userland thread library. incomplete, but functional | Ted Unangst | |