lf-lang / reactor-c

A reactor runtime written in C
Other
10 stars 23 forks source link

Let pthread detect if the cpu number is valid #436

Closed erlingrj closed 1 month ago

erlingrj commented 1 month ago

Previously we just checked if the cpu_number > NUM_CPUs. However this does not work reliable if we pin the process to a subset of the CPUs.