aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/executor/blockingthreadstackexecutor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-4/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in vespalibArne Juul2021-02-151-3/+4
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-7/+7
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-081-1/+0
* do not block worker threads posting tasks on owning executorHÃ¥vard Pettersen2019-02-121-0/+29
* 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
* added worker init wrapper support for executorsHaavard2017-06-011-0/+29
* Add support for setting new task limit on BlockingThreadStackExecutor.Geir Storli2016-07-071-21/+42
* Add unit test for BlockingThreadStackExecutor.Geir Storli2016-07-071-0/+90