summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_sched.c
AgeCommit message (Expand)Author
2006-01-06When suspending, check the tid of the arg, not of ourselves, dohOtto Moerbeek
2006-01-02Don't call pthread_self()->tid when getthrid() will do fine.Otto Moerbeek
2005-12-31Implement suspend/resume and creation of initially suspended threads.Otto Moerbeek
2005-12-30prototype all the thread syscalls in rthread.h for now.Ted Unangst
2005-12-19update copyright to 2005Ted Unangst
2005-12-03syscall is actually sched_yield now, as millert suggestedTed Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst