Re: [PATCH] msvcp140/tests: Initial tests for thread functions
Aug. 9, 2016
6:46 a.m.
Hi Nikolay, On 08/08/16 23:26, Nikolay Sivov wrote:
+ ret = p__Thrd_create(&ta, thrd_thread, NULL); + ok(!ret, "failed to create thread, got %d\n", ret); + ret = p__Thrd_detach(ta); + ok(!ret, "_Thrd_detach failed, got %d\n", ret); Could you please duplicate the thread handle and wait for the thread to finish before exiting the tests? It would be nice to also change the msvcp120 tests this way.
Thanks, Piotr
3561
Age (days ago)
3561
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban