aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_getschedparam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
* make thread killlock async-signal-safe for pthread_killRich Felker2020-07-061-0/+3
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-0/+1
* improve pthread_exit synchronization with functions targeting tidRich Felker2018-05-051-1/+1
* consistently use the LOCK an UNLOCK macrosJens Gustedt2018-01-091-2/+2
* fix syscall argument bug in pthread_getschedparamRich Felker2013-06-261-1/+1
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+17