Currently the test calls dlclose in the thread
concurrently with the main thread calling a function
from the dynamic library. This is not good.
Wait for the main thread to call the function
before calling dlclose.
Depends on D115612.
Differential D115613
tsan: deflake dlopen_static_tls.cpp dvyukov on Dec 13 2021, 12:33 AM. Authored by
Details
Currently the test calls dlclose in the thread Depends on D115612.
Diff Detail
Unit Tests
|