26 Apr
2024
26 Apr
'24
5:05 p.m.
Em sex., 26 de abr. de 2024 às 13:51, David Bien via Boost
Under Linux when BOOST_THREAD_HAS_EINTR_BUG is defined we SIGABRT at this:
~mutex() { BOOST_VERIFY(!posix::pthread_mutex_destroy(&m)); }
How is the code for BOOST_THREAD_HAS_NO_EINTR_BUG? Are UNIX signals being involved? -- Vinícius dos Santos Oliveira https://vinipsmaker.github.io/