commit | fa8bc742b8728104a4c14099b19c06e1e4969ab0 | [log] [tgz] |
---|---|---|
author | Ningx Zhao <ningx.zhao@intel.com> | Tue Mar 09 15:45:28 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 06 10:13:49 2021 -0400 |
tree | eb5419f98f87f4c8ebeda14a1aef3ef6788d4c85 | |
parent | c4b35c1d36a77f71ecee1086118cff38b5813154 [diff] |
Test: queue: Add a testcase to test queue Test point: 1. Any number of threads may wait on an empty FIFO simultaneously. 2. When a data item is added, it is given to the highest priority thread that has waited longest. Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>