summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_attr.c
AgeCommit message (Expand)Author
2014-08-09Only need <stdint.h> and not <inttypes.h> herePhilip Guenther
2012-03-22Remove pthread_suspend* and related functions. This is part of theKurt Miller
2012-03-20Clean up unnecessary prototypes. Pointed out by brad@Philip Guenthe
2012-03-02fix check when setting the contention scope. harmless atm but still wrong.Federico G. Schwindt
2012-02-19Fix problems revealed by regress/lib/libpthread/stack/stack.cPhilip Guenthe
2012-02-19Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}()Philip Guenthe
2012-02-18Fix previous commit: _rthread_init() was static.Philip Guenthe
2012-02-18Before using _thread_pagesize, make sure _rthread_init() has been calledPhilip Guenthe
2012-02-18Fix the handling of the stackaddr, stacksize, and guardsize attributes:Philip Guenthe
2012-02-18Initialize the scope, policy, and inherit members in pthread_attr_init()Philip Guenthe
2011-11-06Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includesPhilip Guenthe
2008-10-13use calloc() instead of malloc() and memset()Kevin Lo
2006-01-05Remove redundant mprotect() calls (we're unmapping the region anyway)Otto Moerbeek
2006-01-05add -Wstrict-prototypes -Wmissing-prototypes -Wsign-compareMarco S Hyman
2006-01-04allow threads to be created in a detached stateMarco S Hyman
2006-01-01thread stack handling changes. Add guard zones and allow stackMarco S Hyman
2005-12-31Implement suspend/resume and creation of initially suspended threads.Otto Moerbeek
2005-12-19update copyright to 2005Ted Unangst
2005-12-19add pthread_get/set_concurrency (useless for now)Ted Unangst
2005-12-03add userland thread library. incomplete, but functionalTed Unangst