summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/nice
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-092-2/+2
|
* Pretend to not ignore result from nice().Tor Egge2022-04-231-1/+1
|
* Disable use of nice() on darwin.Tor Egge2022-02-151-1/+3
|
* Include needed header files.Tor Egge2022-02-141-0/+1
|
* added support for adjusting the nice value of threadsHåvard Pettersen2022-02-101-36/+89
| | | | ... using a thread init function wrapper
* test per-thread nice valuesHåvard Pettersen2022-02-042-0/+52