about summary refs log tree commit diff
path: root/src/thread/pthread_setschedparam.c
Commit message (Expand)AuthorAgeFilesLines
* 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 failure of pthread_setschedparam to pass correct param to kernelRich Felker2013-06-261-1/+1
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-0/+10