EIVE upstream #29

Merged
muellerr merged 693 commits from use-eive-upstream into develop 2023-06-30 15:44:39 +02:00
Showing only changes of commit e704295cce - Show all commits

View File

@ -11,7 +11,7 @@
enum SchedulingPolicy { REGULAR, RR }; enum SchedulingPolicy { REGULAR, RR };
struct PosixThreadArgs { struct PosixThreadArgs {
SchedulingPolicy policy; SchedulingPolicy policy = SchedulingPolicy::REGULAR;
}; };
class PosixThread { class PosixThread {