41 while (!
toks.empty()) {
56 }
else if (
s ==
"fifo"sv) {
58 }
else if (
s ==
"rr"sv) {
60 }
else if (
s ==
"batch"sv) {
62 }
else if (
s ==
"idle"sv) {
65 throw invalid_argument{
"invalid sched policy"};
73 if (!
config.name.empty()) {
78 if (!
config.affinity.empty()) {
81 throw system_error{
make_error(
err),
"pthread_setaffinity_np"};
84 if (!
config.sched_policy.empty()) {