sstsimulator / sst-macro

SST Macro Element Library
http://sst-simulator.org/
Other
33 stars 41 forks source link

Reimplement test_tls without std::thread #675

Closed jpkenny closed 1 year ago

jpkenny commented 2 years ago

Since std::thread replacement no longer works, test_tls should be reimplemented using pthreads (for which replacement should still be working).