HomeFreeBSD

Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume

Description

Do not leak THR_FLAGS_SUSPENDED from the previous suspend/resume
cycle. The flag currently is cleared by the resumed thread. If next
suspend request comes before the thread was able to clean the flag, in
which case suspender skip the thread.

Instead, clear the THR_FLAGS_SUSPEND flag in resume_common(), we do
not care how much code was executed in the resumed thread when the
pthread_resume_*np(s) functions returned.

PR: 209233
Reported by: Lawrence Esswood <le277@cam.ac.uk>
MFC after: 1 week

Details

Provenance
kibAuthored on
Parents
rS299113: Add support for the Allwinner A83T (sun8iw6p1) SoC.
Branches
Unknown
Tags
Unknown