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
This adds three new mca parameters:
threads_pthreads_yield_strategy to choose the strategy (sched_yield, usleep, nanosleep),
threads_pthreads_usleep_time (time passed to usleep), and
threads_pthreads_nanosleep_time (time passed to nanosleep)
A thread component may also signal that yield-when-idle should be the default.
Signed-off-by: Joseph Schuchart <[email protected]>
0 commit comments