You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear how processor time is split by threads. The documentation says I can set thread priority, but I still don't understand what are the exact figures of time being allocated for each thread. If there are 2 threads with identical priorities, do they share processor time by 50% each? Is there any way to limit the time being given to a certain thread either in relative (%) or absolute (micros?) value?
Target(s) affected by this defect ?
n/a
Toolchain(s) (name and version) displaying this defect ?
n/a
What version of Mbed-os are you using (tag or sha) ?
n/a
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
n/a
How is this defect reproduced ?
n/a
The text was updated successfully, but these errors were encountered:
Description of defect
It's unclear how processor time is split by threads. The documentation says I can set thread priority, but I still don't understand what are the exact figures of time being allocated for each thread. If there are 2 threads with identical priorities, do they share processor time by 50% each? Is there any way to limit the time being given to a certain thread either in relative (%) or absolute (micros?) value?
Target(s) affected by this defect ?
n/a
Toolchain(s) (name and version) displaying this defect ?
n/a
What version of Mbed-os are you using (tag or sha) ?
n/a
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
n/a
How is this defect reproduced ?
n/a
The text was updated successfully, but these errors were encountered: