aboutsummaryrefslogtreecommitdiff
path: root/lib/thread.cc
Commit message (Collapse)AuthorAgeFilesLines
* added doc on thread & executorjohannst2020-10-051-2/+6
|
* change fmt of short functionjohannst2020-10-051-4/+12
| | | | | Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410
* 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
| | | | unwinding across entry fn would be catastrophic
* enhance comments in thread.ccjohannst2020-09-261-21/+33
|
* split classes into separate files, add arch specific subdirjohannst2020-09-221-0/+62