commit | 05e5f4842b6ff4977518f7c1e2a2343b750697ef | [log] [tgz] |
---|---|---|
author | Ningx Zhao <ningx.zhao@intel.com> | Fri Apr 09 13:12:16 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Apr 12 11:55:04 2021 -0400 |
tree | 7967af1a009bd10df26aaf8efcfc07d94be0193c | |
parent | fc8c53ff0e1153f6703b682bfdd59c135c3f8acd [diff] |
tests: mutex: fixed a testcase assert failure Modify the testcase design to solve some threads can't lock mutex. Using array index to detect the order of threads getting mutex instead of delaying. Fixed #34116 Signed-off-by: Ningx Zhao <ningx.zhao@intel.com>