summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_attr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove pthread_suspend* and related functions. This is part of thekurt2012-03-221-8/+1
* Clean up unnecessary prototypes. Pointed out by brad@guenther2012-03-201-7/+1
* fix check when setting the contention scope. harmless atm but still wrong.fgsch2012-03-021-2/+2
* Fix problems revealed by regress/lib/libpthread/stack/stack.cguenther2012-02-191-11/+8
* Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}()guenther2012-02-191-2/+4
* Fix previous commit: _rthread_init() was static.guenther2012-02-181-12/+18
* Before using _thread_pagesize, make sure _rthread_init() has been calledguenther2012-02-181-1/+5
* Fix the handling of the stackaddr, stacksize, and guardsize attributes:guenther2012-02-181-25/+14
* Initialize the scope, policy, and inherit members in pthread_attr_init()guenther2012-02-181-1/+4
* Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includesguenther2011-11-061-10/+1
* use calloc() instead of malloc() and memset()kevlo2008-10-131-3/+2
* Remove redundant mprotect() calls (we're unmapping the region anyway)otto2006-01-051-2/+12
* add -Wstrict-prototypes -Wmissing-prototypes -Wsign-comparemarc2006-01-051-1/+8
* allow threads to be created in a detached statemarc2006-01-041-4/+9
* thread stack handling changes. Add guard zones and allow stackmarc2006-01-011-4/+45
* Implement suspend/resume and creation of initially suspended threads.otto2005-12-311-1/+9
* update copyright to 2005tedu2005-12-191-2/+2
* add pthread_get/set_concurrency (useless for now)tedu2005-12-191-2/+36
* add userland thread library. incomplete, but functionaltedu2005-12-031-0/+109