commit | f100566f7a3397bb0e2f168853dceeb4f24ac188 | [log] [tgz] |
---|---|---|
author | Watson Zeng <zhiwei@synopsys.com> | Wed May 12 16:29:43 2021 +0800 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed May 12 08:30:46 2021 -0500 |
tree | c286b66733add296d1dad8e9a7e667b8de523c6f | |
parent | 19fd5835f758f0d6341faef7d2f8a6ea6dc55e33 [diff] |
tests: mheap_api_concept: fix non-reentrant thread_id in test case test_mheap_threadsafe, we will create 3 threads using same thread handler tmheap_handler, we should make thread_id to be a local variable, otherwise tmheap_handler is non-reentrant. Signed-off-by: Watson Zeng <zhiwei@synopsys.com>