summaryrefslogtreecommitdiff
path: root/src/thread/pthread_attr_setinheritsched.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05pthread_attr_set*: return ENOTSUP for values not supported instead of EINVALA. Wilcox1-1/+1
2019-02-15always block signals for starting new threads, refactor start argsRich Felker1-19/+0
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker1-2/+2
2018-05-09make linking of thread-start with explicit scheduling conditionalRich Felker1-0/+21
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker1-0/+8