aboutsummaryrefslogtreecommitdiff
path: root/lib/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* move arch.h into arch/ sub-dirjohannst2021-06-091-1/+1
* fix memory leak when destroying Thread objects (#3)Johannes Stölp2020-10-221-4/+12
* added doc on thread & executorjohannst2020-10-051-2/+6
* change fmt of short functionjohannst2020-10-051-4/+12
* add support for function objectsjohannst2020-10-051-0/+6
* replace compile_guard with umbrella header for archjohannst2020-09-291-1/+1
* move thread init into arch/johannst2020-09-291-28/+3
* added finished flag to thread + catch exceptions in thread entry function as ...johannst2020-09-261-3/+13
* enhance comments in thread.ccjohannst2020-09-261-21/+33
* split classes into separate files, add arch specific subdirjohannst2020-09-221-0/+62