summaryrefslogtreecommitdiff
path: root/src/thread/pthread_setschedparam.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-06make thread killlock async-signal-safe for pthread_killRich Felker1-0/+3
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker1-0/+1
2018-05-05improve pthread_exit synchronization with functions targeting tidRich Felker1-1/+1
2018-01-09consistently use the LOCK an UNLOCK macrosJens Gustedt1-2/+2
2013-06-26fix failure of pthread_setschedparam to pass correct param to kernelRich Felker1-1/+1
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker1-0/+10