about summary refs log tree commit diff
path: root/src/thread/pthread_getattr_np.c
Commit message (Expand)AuthorAgeFilesLines
* improve joinable/detached thread state handlingRich Felker2018-05-051-1/+1
* store pthread stack guard sizes for pthread_getattr_npWilliam Pitcock2018-02-031-0/+1
* simplify pthread_attr_t stack/guard size representationRich Felker2016-11-071-2/+2
* support configurable page size on mips, powerpc and microblazeSzabolcs Nagy2013-09-151-0/+1
* in pthread_getattr_np, use mremap rather than madvise to measure stackRich Felker2013-07-311-1/+2
* implement pthread_getattr_npRich Felker2013-03-311-0/+21