summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_sched.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When suspending, check the tid of the arg, not of ourselves, dohotto2006-01-061-2/+2
|
* Don't call pthread_self()->tid when getthrid() will do fine.otto2006-01-021-2/+2
|
* Implement suspend/resume and creation of initially suspended threads.otto2005-12-311-1/+57
| | | | | With this, java seems to be operational. Also make threads_ready non-static, which is needed for an upcoming diff. ok tedu@
* prototype all the thread syscalls in rthread.h for now.tedu2005-12-301-3/+1
| | | | update for new thrwakeup that takes a count argument
* update copyright to 2005tedu2005-12-191-2/+2
|
* syscall is actually sched_yield now, as millert suggestedtedu2005-12-031-10/+3
|
* add userland thread library. incomplete, but functionaltedu2005-12-031-0/+136