2b231a05fddafce51aa05b4b2b42d1f96d5a1a22
If the wake happens while thread_ids_mutex is still held, then the test function may exit and destroy thread_ids_mutex before the pool thread task releases it. Fixes https://github.com/flutter/flutter/issues/130344
Release the mutex in the CanCreateConcurrentMessageLoop test before waking the latch (flutter/engine#43574)
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%