commit | 8705c688e2bcecc637a3320793b82b3a1f481f2d | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Mon Apr 26 22:37:42 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 16:55:31 2021 -0400 |
tree | 17af5e1cb89905d5f061c99ed8bfea46f9631b3b | |
parent | 66b0483cce3deaa6ee63cb98db84ea5806678a3b [diff] |
power: device_pm: Fix concurrence issues The sync API was using k_poll_signal and in certain conditions is possible multiple threads waiting on a signal leading to an undefined behavior. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>