09/10/2021 09:41, Narcisa Ana Maria Vasile: > From: Narcisa Vasile <navas...@microsoft.com> > > As a new API for threading is introduced, > a set of unit tests have been added to test the new interface. > The tests verify that: > * mutexes and barriers behave as expected > * thread properties are applied correctly > * the thread id is retrieved correctly > * thread creation/destruction works properly
Please make each test part of the patch implementing the feature. Thanks