aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when using gcc 9:Tor Egge2021-10-311-0/+1
* Reduce chance of failureHenning Baldersheim2021-10-221-1/+1
* properly set utilizationHenning Baldersheim2021-10-221-10/+10
* Rename executorCount -> threadCountHenning Baldersheim2021-10-221-2/+2
* Add a metric for how many times a worker in a thread pool has woken up.Henning Baldersheim2021-10-221-4/+19
* Use the ExecutorStats type directly.Henning Baldersheim2021-10-191-5/+6
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
* use size literals in vespalibArne Juul2021-02-152-5/+7
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-313-9/+10
* GC closures.Henning Baldersheim2021-01-261-9/+0
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-083-4/+1
* Unify the metrics for queuesize similar to what we have for the spi queues.Henning Baldersheim2020-03-252-6/+38
* Add a += operator and test ExecutorStatsHenning Baldersheim2020-02-271-0/+12
* Drop timestamp.hHenning Baldersheim2019-12-161-1/+0
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-11/+11
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-15/+11
* Remove files used by old unit test runner.Tor Egge2019-02-192-5/+0
* do not block worker threads posting tasks on owning executorHÃ¥vard Pettersen2019-02-121-0/+29
* GC unused code and update includesHenning Baldersheim2019-01-051-0/+1
* Add test for makeLambdaTaskHenning Baldersheim2017-09-261-22/+11
* Hide the thread thread implementation a bit more.Henning Baldersheim2017-08-181-3/+2
* Use explicit fetch_xxx instead of --/++ to signal costly operations.Henning Baldersheim2017-08-111-2/+2
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-111-7/+7
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-1/+2
* Update copyright headersJon Bratseth2017-06-146-6/+6
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
* Update copyright headersJon Bratseth2017-06-146-6/+6
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
* Copyright headerJon Bratseth2017-06-136-6/+6
* added worker init wrapper support for executorsHaavard2017-06-012-0/+58
* Add override in vespalib moduleHenning Baldersheim2017-04-043-16/+8
* added small stress test for blocking thread stack executorHaavard2016-08-303-0/+60
* ignore filesHaavard2016-08-051-0/+1
* Add support for setting new task limit on BlockingThreadStackExecutor.Geir Storli2016-07-071-21/+42
* Add unit test for BlockingThreadStackExecutor.Geir Storli2016-07-073-0/+100
* use cmathArne Juul2016-06-271-3/+2
* enable waiting until there are few enough active tasksHaavard2016-06-221-0/+41
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-2/+2
* PublishJon Bratseth2016-06-158-0/+347