aboutsummaryrefslogtreecommitdiff
path: root/lib/executor.cc
Commit message (Collapse)AuthorAgeFilesLines
* change fmt of short functionjohannst2020-10-051-1/+3
| | | | | Only allow short 'Empty' functions due to following clang fmt bug https://bugs.llvm.org/show_bug.cgi?id=24410
* replace compile_guard with umbrella header for archjohannst2020-09-291-1/+1
|
* move thread init into arch/johannst2020-09-291-2/+2
|
* replace vector with fwd listjohannst2020-09-281-6/+9
|
* added finished flag to thread + catch exceptions in thread entry function as ↵johannst2020-09-261-0/+3
| | | | unwinding across entry fn would be catastrophic
* split classes into separate files, add arch specific subdirjohannst2020-09-221-0/+20