aboutsummaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/thread_stats_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove FastOS_Thread (and FastOS_ThreadPool/FastOS_Runnable)HÃ¥vard Pettersen2023-02-271-129/+0
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC unused code and tests with no value.Henning Baldersheim2021-01-071-2/+6
* No need to test the std::mutexHenning Baldersheim2021-01-071-17/+10
* Skip waiting as the counters are changed in same thread.Henning Baldersheim2021-01-071-4/+0
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-6/+6
* NULL -> nullptrHenning Baldersheim2017-08-181-1/+1
* 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
* Use overrideHenning Baldersheim2017-04-041-3/+1
* rename BaseForThreadTest -> ThreadTestBaseArne H Juul2016-06-301-1/+1
* base_thread.hpp -> thread_test_base.hppArne H Juul2016-06-301-1/+1
* jobs.h -> job.hArne H Juul2016-06-301-1/+1
* return 0 only if all okArne H Juul2016-06-301-2/+1
* ugly but unique class namesArne H Juul2016-06-301-3/+3
* move common code to new base classArne H Juul2016-06-301-221/+2
* split out common job codeArne H Juul2016-06-301-65/+1
* split test so it can run in parallelArne H Juul2016-06-291-0/+422