about summary refs log tree commit diff
path: root/src/thread/pthread_attr_setschedparam.c
Commit message (Expand)AuthorAgeFilesLines
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-111-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* implement dummy pthread_attr_[gs]etschedparam functionsRich Felker2011-03-111-0/+7