summaryrefslogtreecommitdiff
path: root/src/thread/pthread_getattr_np.c
AgeCommit message (Expand)AuthorLines
2018-05-05improve joinable/detached thread state handlingRich Felker-1/+1
2018-02-03store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock-0/+1
2016-11-07simplify pthread_attr_t stack/guard size representationRich Felker-2/+2
2013-09-15support configurable page size on mips, powerpc and microblazeSzabolcs Nagy-0/+1
2013-07-31in pthread_getattr_np, use mremap rather than madvise to measure stackRich Felker-1/+2
2013-03-31implement pthread_getattr_npRich Felker-0/+21