index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librthread
/
rthread_sched.c
Age
Commit message (
Expand
)
Author
2015-04-29
Delete the duplicated sched_{policy,param} members from the internal struct
Philip Guenther
2012-03-22
Remove pthread_suspend* and related functions. This is part of the
Kurt Miller
2012-02-21
Make pthread_suspend_np() and pthread_resume_np() simply fail instead
Philip Guenthe
2012-02-19
Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}()
Philip Guenthe
2011-12-28
pthread_self() may be much cheaper and never more expensive than getthrid()
Philip Guenthe
2011-11-06
Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includes
Philip Guenthe
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
2005-12-30
prototype all the thread syscalls in rthread.h for now.
Ted Unangst
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