commit | 7d01c5ecb72091aef1f0b54029ed3bff4a4d5027 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Mon Aug 21 10:49:29 2017 +0300 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Aug 25 09:00:46 2017 -0400 |
tree | dca5e596c398e600bcb0d092a75b75fe57626435 | |
parent | 7725fc07e3ff476cbe555d5f4f876490d7d7e757 [diff] |
poll: Enable multiple threads to use k_poll in the same object This is necessary in order for k_queue_get to work properly since that is used with buffer pools which might be used by multiple threads asking for buffers. Jira: ZEP-2553 Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>