Paul
Results
1
issues of
Paul
Uable to use `std::unique_lock` with `tbb::speculative_spin_mutex` with gcc `-mrtm` on. When I turn on the gcc `-mrtm` option, `tbb::speculative_spin_mutex` becomes a type alias of `tbb::detail::d1::rtm_mutex`, https://github.com/oneapi-src/oneTBB/blob/534428d0f80538f500d524f037373cf61d721caf/include/oneapi/tbb/spin_mutex.h#L126 `tbb::detail::d1::rtm_mutex` has a base...