Boost C++ Libraries: Ticket #11172: Posix semaphores wait/timed_wait under linux and EINTR return code https://svn.boost.org/trac10/ticket/11172 <p> Semaphore's wait/timed_wait methods throws exception if EINTR is returned by sem_wait/sem_timedwait. This code could be returned if wait is interrupted by signal handler (in agree with POSIX.1-2001). </p> <p> It looks like EINTR handling should be kept inside that functions. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11172 Trac 1.4.3 Andrey Semashev Wed, 08 Apr 2015 12:38:35 GMT cc set https://svn.boost.org/trac10/ticket/11172#comment:1 https://svn.boost.org/trac10/ticket/11172#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">Andrey.Semashev@…</span> added </li> </ul> Ticket