summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_attr.c
AgeCommit message (Expand)Author
2017-08-01pthread__attr_init_private:martin
2017-07-02Export the guard size of the main thread via vm.guard_size. Add ajoerg
2012-03-02Separate pthread_t from thread stack. Drop additional alignmentjoerg
2010-08-06move namespace protection before inclusion.christos
2010-08-06Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner.christos
2010-08-06Add pthread_getattr_np()christos
2009-01-18fix -Wsign-compare issueslukem
2008-10-10pthread_attr_getschedparam: allow without preceding setparam on thead
2008-06-28Now that we have all the scheduling gunk, make these do something useful:ad
2008-06-25pthread_attr_setstacksize: EINVAL if the requested size is less thanad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-08add missing static decls.christos
2007-08-16Remove PT_FIXEDSTACKSIZE_LG.ad
2005-09-21pthread_attr_getschedpolicy() wasn't setting the return buffer at all.tv
2004-12-29Implement pthread_attr_{set,get}schedpolicy() at the same level as the othernathanw
2003-11-09Add:christos
2003-09-11sprinkle ARGSUSED for good cheer.christos
2003-07-18pthread.c was getting a bit unwieldly. Move pthread_attr stuff outnathanw