aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/util/thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* stop using FastOS_ThreadIdHåvard Pettersen2023-02-221-0/+8
* use std::thread directlyHåvard Pettersen2023-02-151-26/+6
* stop using fastos thread more placesHåvard Pettersen2023-02-141-67/+8
* stop using fastos threadHåvard Pettersen2023-02-131-28/+19
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Make vespalib::Thread state polling thread safeTor Brede Vekterli2022-02-181-4/+4
* Add init_fun to vespalib::Thread too to figure out what the thread is used for.Henning Baldersheim2021-12-091-6/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use c++11 primitives for synchronizationHenning Baldersheim2020-10-141-5/+12
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-071-0/+1
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-1/+2
* = deafult and 0 -> nullptrHenning Baldersheim2018-11-091-6/+6
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Specify destructors explicit to control inlining.Henning Baldersheim2017-03-081-0/+2
* Only include what you need.Henning Baldersheim2016-12-191-1/+0
* PublishJon Bratseth2016-06-151-0/+92