commit | 531fe89e80f859d9bc820418059cec93463e0539 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Fri Sep 11 13:56:33 2020 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Dec 01 15:36:19 2020 -0500 |
tree | 036bcd4a3f6aabc065956c12d0dd531158fb5e73 | |
parent | fe07d57e80a5c302e6b3983412f2361c35eeed72 [diff] |
sanitycheck: use multiprcoessing instead of threads With python threading we have multiple issues with performance and leakage. Use the python Process and implement locking using multiprocessing library. This change improves performance and fixes various issues with logging, concurrency and reliability of the output. Signed-off-by: Anas Nashif <anas.nashif@intel.com>