aboutsummaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/thread_joinwait_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove FastOS_Thread (and FastOS_ThreadPool/FastOS_Runnable)HÃ¥vard Pettersen2023-02-271-118/+0
* Use snprintf instead of sprintf.Tor Egge2023-01-311-1/+1
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC unused code and tests with no value.Henning Baldersheim2021-01-071-7/+6
* Revert "Revert "Toregge/use standard locks in fastos""Arnstein Ressem2017-11-021-3/+3
* Revert "Toregge/use standard locks in fastos"Harald Musum2017-10-311-3/+3
* Stop using FastOS_Mutex and FastOS_Cond in fastos unit tests.Tor Egge2017-10-301-3/+3
* NULL -> nullptrHenning Baldersheim2017-08-181-3/+3
* 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-220/+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/+405